TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Form\Domain\Model\Content Class Reference

Public Member Functions

 setUid ($uid)
 
 getUid ()
 
 setPageId ($pageId)
 
 getPageId ()
 
 setTyposcript (array $typoscript)
 
 getTyposcript ()
 

Protected Attributes

 $uid = 0
 
 $pageId = 0
 
 $typoscript = []
 

Detailed Description

Content domain model

Definition at line 20 of file Content.php.

Member Function Documentation

◆ getPageId()

TYPO3\CMS\Form\Domain\Model\Content::getPageId ( )

Returns the page id

Returns
int The page id

Definition at line 80 of file Content.php.

References TYPO3\CMS\Form\Domain\Model\Content\$pageId.

◆ getTyposcript()

TYPO3\CMS\Form\Domain\Model\Content::getTyposcript ( )

Returns the Typoscript configuration

Returns
array The Typoscript configuration

Definition at line 101 of file Content.php.

References TYPO3\CMS\Form\Domain\Model\Content\$typoscript.

◆ getUid()

TYPO3\CMS\Form\Domain\Model\Content::getUid ( )

Returns the uid

Returns
int The uid

Definition at line 59 of file Content.php.

References TYPO3\CMS\Form\Domain\Model\Content\$uid.

◆ setPageId()

TYPO3\CMS\Form\Domain\Model\Content::setPageId (   $pageId)

Sets the page id

Parameters
int$pageIdThe page id
Returns
void

Definition at line 70 of file Content.php.

References TYPO3\CMS\Form\Domain\Model\Content\$pageId.

◆ setTyposcript()

TYPO3\CMS\Form\Domain\Model\Content::setTyposcript ( array  $typoscript)

Sets the Typoscript configuration

Parameters
array$typoscriptThe Typoscript configuration
Returns
void

Definition at line 91 of file Content.php.

◆ setUid()

TYPO3\CMS\Form\Domain\Model\Content::setUid (   $uid)

Sets the uid

Parameters
int$uidThe uid
Returns
void

Definition at line 49 of file Content.php.

References TYPO3\CMS\Form\Domain\Model\Content\$uid.

Member Data Documentation

◆ $pageId

TYPO3\CMS\Form\Domain\Model\Content::$pageId = 0
protected

◆ $typoscript

TYPO3\CMS\Form\Domain\Model\Content::$typoscript = []
protected

Definition at line 41 of file Content.php.

Referenced by TYPO3\CMS\Form\Domain\Model\Content\getTyposcript().

◆ $uid

TYPO3\CMS\Form\Domain\Model\Content::$uid = 0
protected