![]() |
TYPO3
7.6
|
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 | |
![]() | |
isPropertyDirty ($previousValue, $currentValue) | |
This model represents a file mount.
Definition at line 22 of file FileMount.php.
getDescription | ( | ) |
Getter for the description of the file mount.
Definition at line 91 of file FileMount.php.
References FileMount\$description.
getIsAbsolutePath | ( | ) |
Getter for the is absolute path of the file mount.
Definition at line 133 of file FileMount.php.
References FileMount\$isAbsolutePath.
getPath | ( | ) |
Getter for the path of the file mount.
Definition at line 112 of file FileMount.php.
References FileMount\$path.
getTitle | ( | ) |
Getter for the title of the file mount.
Definition at line 70 of file FileMount.php.
References FileMount\$title.
isReadOnly | ( | ) |
Getter for the readOnly property of the file mount.
Definition at line 164 of file FileMount.php.
References FileMount\$readOnly.
setDescription | ( | $description | ) |
Setter for the description of the file mount.
string | $description |
Definition at line 102 of file FileMount.php.
References FileMount\$description.
setIsAbsolutePath | ( | $value | ) |
Setter for is absolute path of the file mount.
bool | $value |
Definition at line 144 of file FileMount.php.
setPath | ( | $value | ) |
Setter for the path of the file mount.
string | $value |
Definition at line 123 of file FileMount.php.
References path.
setReadOnly | ( | $readOnly | ) |
Setter for the readOnly property of the file mount.
bool | $readOnly |
Definition at line 154 of file FileMount.php.
References FileMount\$readOnly.
setTitle | ( | $value | ) |
Setter for the title of the file mount.
string | $value |
Definition at line 81 of file FileMount.php.
|
protected |
Definition at line 37 of file FileMount.php.
Referenced by FileMount\getDescription(), and FileMount\setDescription().
|
protected |
Definition at line 56 of file FileMount.php.
Referenced by FileMount\getIsAbsolutePath().
|
protected |
Definition at line 45 of file FileMount.php.
Referenced by FileMount\getPath().
|
protected |
Definition at line 63 of file FileMount.php.
Referenced by FileMount\isReadOnly(), and FileMount\setReadOnly().
|
protected |
Definition at line 30 of file FileMount.php.
Referenced by FileMount\getTitle().