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

Public Member Functions

 getTitle ()
 
 setTitle ($value)
 
 getDescription ()
 
 setDescription ($description)
 
 getPath ()
 
 setPath ($value)
 
 getIsAbsolutePath ()
 
 setIsAbsolutePath ($value)
 
 setReadOnly ($readOnly)
 
 isReadOnly ()
 

Protected Attributes

 $title = ''
 
 $description
 
 $path = ''
 
 $isAbsolutePath = false
 
 $readOnly = false
 

Additional Inherited Members

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

Detailed Description

This model represents a file mount.

Definition at line 22 of file FileMount.php.

Member Function Documentation

getDescription ( )

Getter for the description of the file mount.

Returns
string

Definition at line 91 of file FileMount.php.

References FileMount\$description.

getIsAbsolutePath ( )

Getter for the is absolute path of the file mount.

Returns
bool

Definition at line 133 of file FileMount.php.

References FileMount\$isAbsolutePath.

getPath ( )

Getter for the path of the file mount.

Returns
string

Definition at line 112 of file FileMount.php.

References FileMount\$path.

getTitle ( )

Getter for the title of the file mount.

Returns
string

Definition at line 70 of file FileMount.php.

References FileMount\$title.

isReadOnly ( )

Getter for the readOnly property of the file mount.

Returns
bool

Definition at line 164 of file FileMount.php.

References FileMount\$readOnly.

setDescription (   $description)

Setter for the description of the file mount.

Parameters
string$description
Returns
void

Definition at line 102 of file FileMount.php.

References FileMount\$description.

setIsAbsolutePath (   $value)

Setter for is absolute path of the file mount.

Parameters
bool$value
Returns
void

Definition at line 144 of file FileMount.php.

setPath (   $value)

Setter for the path of the file mount.

Parameters
string$value
Returns
void

Definition at line 123 of file FileMount.php.

References path.

setReadOnly (   $readOnly)

Setter for the readOnly property of the file mount.

Parameters
bool$readOnly

Definition at line 154 of file FileMount.php.

References FileMount\$readOnly.

setTitle (   $value)

Setter for the title of the file mount.

Parameters
string$value
Returns
void

Definition at line 81 of file FileMount.php.

Member Data Documentation

$description
protected

Definition at line 37 of file FileMount.php.

Referenced by FileMount\getDescription(), and FileMount\setDescription().

$isAbsolutePath = false
protected

Definition at line 56 of file FileMount.php.

Referenced by FileMount\getIsAbsolutePath().

$path = ''
protected

Definition at line 45 of file FileMount.php.

Referenced by FileMount\getPath().

$readOnly = false
protected

Definition at line 63 of file FileMount.php.

Referenced by FileMount\isReadOnly(), and FileMount\setReadOnly().

$title = ''
protected

Definition at line 30 of file FileMount.php.

Referenced by FileMount\getTitle().