TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
Content Class Reference

Public Member Functions

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

Protected Attributes

 $uid = 0
 
 $pageId = 0
 
 $typoscript = array()
 

Detailed Description

Content domain model

Definition at line 20 of file Content.php.

Member Function Documentation

getPageId ( )

Returns the page id

Returns
int The page id

Definition at line 80 of file Content.php.

References Content\$pageId.

getTyposcript ( )

Returns the Typoscript configuration

Returns
array The Typoscript configuration

Definition at line 101 of file Content.php.

References Content\$typoscript.

getUid ( )

Returns the uid

Returns
int The uid

Definition at line 59 of file Content.php.

References Content\$uid.

setPageId (   $pageId)

Sets the page id

Parameters
int$pageIdThe page id
Returns
void

Definition at line 70 of file Content.php.

References Content\$pageId.

setTyposcript ( array  $typoscript)

Sets the Typoscript configuration

Parameters
array$typoscriptThe Typoscript configuration
Returns
void

Definition at line 91 of file Content.php.

setUid (   $uid)

Sets the uid

Parameters
int$uidThe uid
Returns
void

Definition at line 49 of file Content.php.

References Content\$uid.

Member Data Documentation

$pageId = 0
protected

Definition at line 34 of file Content.php.

Referenced by Content\getPageId(), and Content\setPageId().

$typoscript = array()
protected

Definition at line 41 of file Content.php.

Referenced by Content\getTyposcript().

$uid = 0
protected

Definition at line 27 of file Content.php.

Referenced by Content\getUid(), and Content\setUid().