‪TYPO3CMS  10.4
Workspace.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
19 
27 {
32 
36  const ‪UID_ANY_WORKSPACE = -99;
37 
43  protected ‪$title = '';
44 
50  public function ‪setTitle(‪$title)
51  {
52  $this->title = ‪$title;
53  }
54 
60  public function ‪getTitle()
61  {
62  return ‪$this->title;
63  }
64 }
‪TYPO3\CMS\Belog\Domain\Model\Workspace
Definition: Workspace.php:27
‪TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition: AbstractEntity.php:23
‪TYPO3\CMS\Belog\Domain\Model\Workspace\getTitle
‪string getTitle()
Definition: Workspace.php:59
‪TYPO3\CMS\Belog\Domain\Model\Workspace\setTitle
‪setTitle($title)
Definition: Workspace.php:49
‪TYPO3\CMS\Belog\Domain\Model\Workspace\UID_ANY_WORKSPACE
‪const UID_ANY_WORKSPACE
Definition: Workspace.php:36
‪TYPO3\CMS\Belog\Domain\Model\Workspace\$title
‪string $title
Definition: Workspace.php:42
‪TYPO3\CMS\Belog\Domain\Model\Workspace\UID_LIVE_WORKSPACE
‪const UID_LIVE_WORKSPACE
Definition: Workspace.php:31
‪TYPO3\CMS\Belog\Domain\Model
Definition: Constraint.php:16