‪TYPO3CMS  10.4
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

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

Protected Attributes

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

Additional Inherited Members

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

Detailed Description

This model represents a file mount.

Deprecated:
‪since TYPO3 10.4, will be removed in version 11.0

Definition at line 26 of file FileMount.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 28 of file FileMount.php.

Member Function Documentation

◆ getDescription()

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

Getter for the description of the file mount.

Returns
‪string

Definition at line 97 of file FileMount.php.

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

◆ getIsAbsolutePath()

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

Getter for the is absolute path of the file mount.

Returns
‪bool

Definition at line 137 of file FileMount.php.

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

◆ getPath()

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

Getter for the path of the file mount.

Returns
‪string

Definition at line 117 of file FileMount.php.

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

◆ getTitle()

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

Getter for the title of the file mount.

Returns
‪string

Definition at line 77 of file FileMount.php.

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

◆ isReadOnly()

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

Getter for the readOnly property of the file mount.

Returns
‪bool

Definition at line 167 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

Definition at line 107 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

Definition at line 147 of file FileMount.php.

◆ setPath()

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

Setter for the path of the file mount.

Parameters
string$value

Definition at line 127 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 157 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

Definition at line 87 of file FileMount.php.

Member Data Documentation

◆ $description

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

◆ $isAbsolutePath

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

Determines whether the value of the path field is to be recognized as an absolute path on the server or a path relative to the fileadmin/ subfolder to the website.

If the value is true the path is an absolute one, otherwise the path is relative the fileadmin.

Definition at line 64 of file FileMount.php.

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

◆ $path

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

Path of the file mount.

@Extbase\Validate("NotEmpty")

Definition at line 54 of file FileMount.php.

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

◆ $readOnly

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

Determines whether this file mount should be read only.

Definition at line 70 of file FileMount.php.

Referenced by TYPO3\CMS\Extbase\Domain\Model\FileMount\isReadOnly(), and TYPO3\CMS\Extbase\Domain\Model\FileMount\setReadOnly().

◆ $title

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

Title of the file mount.

@Extbase\Validate("NotEmpty")

Definition at line 41 of file FileMount.php.

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