TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Domain\Model\FileMount Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Domain\Model\FileMount:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Member Functions

 getTitle ()
 
 setTitle ($value)
 
 getDescription ()
 
 setDescription ($description)
 
 getPath ()
 
 setPath ($value)
 
 getIsAbsolutePath ()
 
 setIsAbsolutePath ($value)
 
 setReadOnly ($readOnly)
 
 isReadOnly ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 __wakeup ()
 
 getUid ()
 
 setPid ($pid)
 
 getPid ()
 
 _setProperty ($propertyName, $propertyValue)
 
 _getProperty ($propertyName)
 
 _getProperties ()
 
 _hasProperty ($propertyName)
 
 _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
 _getCleanProperties ()
 
 _getCleanProperty ($propertyName)
 
 _isDirty ($propertyName=null)
 
 _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
 __toString ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
 _isDirty ()
 

Protected Attributes

 $title = ''
 
 $description
 
 $path = ''
 
 $isAbsolutePath = false
 
 $readOnly = false
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 $uid
 
 $_localizedUid
 
 $_languageUid
 
 $_versionedUid
 
 $pid
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

This model represents a file mount.

Definition at line 22 of file FileMount.php.

Member Function Documentation

◆ getDescription()

TYPO3\CMS\Extbase\Domain\Model\FileMount::getDescription ( )

Getter for the description of the file mount.

Returns
string

Definition at line 91 of file FileMount.php.

References TYPO3\CMS\Extbase\Domain\Model\FileMount\$description.

◆ getIsAbsolutePath()

TYPO3\CMS\Extbase\Domain\Model\FileMount::getIsAbsolutePath ( )

Getter for the is absolute path of the file mount.

Returns
bool

Definition at line 133 of file FileMount.php.

References TYPO3\CMS\Extbase\Domain\Model\FileMount\$isAbsolutePath.

◆ getPath()

TYPO3\CMS\Extbase\Domain\Model\FileMount::getPath ( )

Getter for the path of the file mount.

Returns
string

Definition at line 112 of file FileMount.php.

References TYPO3\CMS\Extbase\Domain\Model\FileMount\$path.

◆ getTitle()

TYPO3\CMS\Extbase\Domain\Model\FileMount::getTitle ( )

Getter for the title of the file mount.

Returns
string

Definition at line 70 of file FileMount.php.

References TYPO3\CMS\Extbase\Domain\Model\FileMount\$title.

◆ isReadOnly()

TYPO3\CMS\Extbase\Domain\Model\FileMount::isReadOnly ( )

Getter for the readOnly property of the file mount.

Returns
bool

Definition at line 164 of file FileMount.php.

References TYPO3\CMS\Extbase\Domain\Model\FileMount\$readOnly.

◆ setDescription()

TYPO3\CMS\Extbase\Domain\Model\FileMount::setDescription (   $description)

Setter for the description of the file mount.

Parameters
string$description
Returns
void

Definition at line 102 of file FileMount.php.

References TYPO3\CMS\Extbase\Domain\Model\FileMount\$description.

◆ setIsAbsolutePath()

TYPO3\CMS\Extbase\Domain\Model\FileMount::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()

TYPO3\CMS\Extbase\Domain\Model\FileMount::setPath (   $value)

Setter for the path of the file mount.

Parameters
string$value
Returns
void

Definition at line 123 of file FileMount.php.

◆ setReadOnly()

TYPO3\CMS\Extbase\Domain\Model\FileMount::setReadOnly (   $readOnly)

Setter for the readOnly property of the file mount.

Parameters
bool$readOnly

Definition at line 154 of file FileMount.php.

References TYPO3\CMS\Extbase\Domain\Model\FileMount\$readOnly.

◆ setTitle()

TYPO3\CMS\Extbase\Domain\Model\FileMount::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

TYPO3\CMS\Extbase\Domain\Model\FileMount::$description
protected

◆ $isAbsolutePath

TYPO3\CMS\Extbase\Domain\Model\FileMount::$isAbsolutePath = false
protected

◆ $path

TYPO3\CMS\Extbase\Domain\Model\FileMount::$path = ''
protected

Definition at line 45 of file FileMount.php.

Referenced by TYPO3\CMS\Extbase\Domain\Model\FileMount\getPath().

◆ $readOnly

TYPO3\CMS\Extbase\Domain\Model\FileMount::$readOnly = false
protected

◆ $title

TYPO3\CMS\Extbase\Domain\Model\FileMount::$title = ''
protected

Definition at line 30 of file FileMount.php.

Referenced by TYPO3\CMS\Extbase\Domain\Model\FileMount\getTitle().