TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Domain\Model\Content Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Content:
tx_form_Domain_Model_Content

Public Member Functions

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

Protected Attributes

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Content domain model

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file Content.php.

Member Function Documentation

◆ getPageId()

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

Returns the page id

Returns
integer The page id

Definition at line 79 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 98 of file Content.php.

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

◆ getUid()

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

Returns the uid

Returns
integer The uid

Definition at line 60 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
integer$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 89 of file Content.php.

◆ setUid()

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

Sets the uid

Parameters
integer$uidThe uid
Returns
void

Definition at line 51 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 = array()
protected

Definition at line 43 of file Content.php.

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

◆ $uid

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