TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
DocumentFormat Class Reference
Inheritance diagram for DocumentFormat:
AbstractEntity AbstractDomainObject DomainObjectInterface ObjectMonitoringInterface

Public Member Functions

 getFormat ()
 
 setFormat ($format)
 
 getPath ()
 
 setPath ($path)
 

Protected Attributes

 $format
 
 $path
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

An extension helper model to be used in ext:documentation context

Definition at line 22 of file DocumentFormat.php.

Member Function Documentation

getFormat ( )

Returns the format.

Returns
string $format

Definition at line 45 of file DocumentFormat.php.

References DocumentFormat\$format.

getPath ( )

Returns the path.

Returns
string $path

Definition at line 67 of file DocumentFormat.php.

References DocumentFormat\$path.

setFormat (   $format)

Sets the format.

Parameters
string$format
Returns
DocumentFormat

Definition at line 56 of file DocumentFormat.php.

References DocumentFormat\$format.

setPath (   $path)

Sets the path.

Parameters
string$path
Returns
DocumentFormat

Definition at line 78 of file DocumentFormat.php.

References DocumentFormat\$path, and path.

Member Data Documentation

$format
protected

Definition at line 30 of file DocumentFormat.php.

Referenced by DocumentFormat\getFormat(), and DocumentFormat\setFormat().

$path
protected

Definition at line 38 of file DocumentFormat.php.

Referenced by DocumentFormat\getPath(), and DocumentFormat\setPath().