TYPO3  7.6
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Workspace Class Reference
Inheritance diagram for Workspace:
AbstractEntity AbstractDomainObject DomainObjectInterface ObjectMonitoringInterface

Public Member Functions

 setTitle ($title)
 
 getTitle ()
 

Public Attributes

const UID_LIVE_WORKSPACE = 0
 
const UID_ANY_WORKSPACE = -99
 

Protected Attributes

 $title = ''
 

Additional Inherited Members

- Protected Member Functions inherited from 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 ( )

Get workspace title

Returns
string

Definition at line 57 of file Workspace.php.

References Workspace\$title.

setTitle (   $title)

Set workspace title

Parameters
string$title
Returns
void

Definition at line 47 of file Workspace.php.

References Workspace\$title.

Member Data Documentation

$title = ''
protected

Definition at line 39 of file Workspace.php.

Referenced by Workspace\getTitle(), and Workspace\setTitle().

const UID_ANY_WORKSPACE = -99

Definition at line 32 of file Workspace.php.

const UID_LIVE_WORKSPACE = 0

Definition at line 27 of file Workspace.php.