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

Public Member Functions

 setTitle ($title)
 
 getTitle ()
 
- 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 ()
 

Public Attributes

const UID_LIVE_WORKSPACE = 0
 
const UID_ANY_WORKSPACE = -99
 

Protected Attributes

 $title = ''
 
- 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

Stub model for workspaces - only properties required for belog module are added currently

Todo:
: This should be extended and put at some more central place

Definition at line 22 of file Workspace.php.

Member Function Documentation

◆ getTitle()

TYPO3\CMS\Belog\Domain\Model\Workspace::getTitle ( )

Get workspace title

Returns
string

Definition at line 57 of file Workspace.php.

References TYPO3\CMS\Belog\Domain\Model\Workspace\$title.

◆ setTitle()

TYPO3\CMS\Belog\Domain\Model\Workspace::setTitle (   $title)

Set workspace title

Parameters
string$title
Returns
void

Definition at line 47 of file Workspace.php.

References TYPO3\CMS\Belog\Domain\Model\Workspace\$title.

Member Data Documentation

◆ $title

TYPO3\CMS\Belog\Domain\Model\Workspace::$title = ''
protected

◆ UID_ANY_WORKSPACE

const TYPO3\CMS\Belog\Domain\Model\Workspace::UID_ANY_WORKSPACE = -99

◆ UID_LIVE_WORKSPACE

const TYPO3\CMS\Belog\Domain\Model\Workspace::UID_LIVE_WORKSPACE = 0

Definition at line 27 of file Workspace.php.