TYPO3 CMS  TYPO3_6-2
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 Tx_Extbase_Domain_Model_FileMount

Public Member Functions

 getTitle ()
 
 setTitle ($value)
 
 getPath ()
 
 setPath ($value)
 
 getIsAbsolutePath ()
 
 setIsAbsolutePath ($value)
 
 isReadOnly ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 __wakeup ()
 
 initializeObject ()
 
 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 = ''
 
 $path = ''
 
 $isAbsolutePath = 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 file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! This model represents a file mount.

Definition at line 21 of file FileMount.php.

Member Function Documentation

◆ getIsAbsolutePath()

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

Getter for the is absolute path of the file mount.

Returns
boolean

Definition at line 93 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 74 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 55 of file FileMount.php.

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

◆ isReadOnly()

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

Getter for the virtual field read_only

Returns
bool

Definition at line 112 of file FileMount.php.

◆ setIsAbsolutePath()

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

Setter for is absolute path of the file mount.

Parameters
boolean$value
Returns
void

Definition at line 103 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 84 of file FileMount.php.

◆ 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 65 of file FileMount.php.

Member Data Documentation

◆ $isAbsolutePath

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

◆ $path

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

Definition at line 37 of file FileMount.php.

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

◆ $title

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

Definition at line 29 of file FileMount.php.

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