‪TYPO3CMS  9.5
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)
 
string getTitle ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int getUid ()
 
 setPid ($pid)
 
int getPid ()
 
bool _setProperty ($propertyName, $propertyValue)
 
mixed _getProperty ($propertyName)
 
array _getProperties ()
 
bool _hasProperty ($propertyName)
 
bool _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
array _getCleanProperties ()
 
mixed _getCleanProperty ($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 ()
 

Public Attributes

const UID_LIVE_WORKSPACE = 0
 
const UID_ANY_WORKSPACE = -99
 

Protected Attributes

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

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

This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.

Definition at line 23 of file Workspace.php.

Member Function Documentation

◆ getTitle()

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

Get workspace title

Returns
‪string

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

Definition at line 46 of file Workspace.php.

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

Member Data Documentation

◆ $title

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

title of the workspace

Definition at line 39 of file Workspace.php.

Referenced by TYPO3\CMS\Belog\Domain\Model\Workspace\getTitle(), and TYPO3\CMS\Belog\Domain\Model\Workspace\setTitle().

◆ UID_ANY_WORKSPACE

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

Definition at line 33 of file Workspace.php.

◆ UID_LIVE_WORKSPACE

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

Definition at line 28 of file Workspace.php.