![]() |
TYPO3
7.6
|
Public Member Functions | |
setUid ($uid) | |
getUid () | |
setPageId ($pageId) | |
getPageId () | |
setTyposcript (array $typoscript) | |
getTyposcript () | |
Protected Attributes | |
$uid = 0 | |
$pageId = 0 | |
$typoscript = array() | |
Content domain model
Definition at line 20 of file Content.php.
getPageId | ( | ) |
Returns the page id
Definition at line 80 of file Content.php.
References Content\$pageId.
getTyposcript | ( | ) |
Returns the Typoscript configuration
Definition at line 101 of file Content.php.
References Content\$typoscript.
getUid | ( | ) |
Returns the uid
Definition at line 59 of file Content.php.
References Content\$uid.
setPageId | ( | $pageId | ) |
Sets the page id
int | $pageId | The page id |
Definition at line 70 of file Content.php.
References Content\$pageId.
setTyposcript | ( | array | $typoscript | ) |
Sets the Typoscript configuration
array | $typoscript | The Typoscript configuration |
Definition at line 91 of file Content.php.
setUid | ( | $uid | ) |
Sets the uid
int | $uid | The uid |
Definition at line 49 of file Content.php.
References Content\$uid.
|
protected |
Definition at line 34 of file Content.php.
Referenced by Content\getPageId(), and Content\setPageId().
|
protected |
Definition at line 41 of file Content.php.
Referenced by Content\getTyposcript().
|
protected |
Definition at line 27 of file Content.php.
Referenced by Content\getUid(), and Content\setUid().