TYPO3 CMS  TYPO3_7-6
ExtbaseTeam\BlogExample\Domain\Model\TtContent Class Reference
Inheritance diagram for ExtbaseTeam\BlogExample\Domain\Model\TtContent:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Member Functions

 __construct ()
 
 getUid ()
 
 getPid ()
 
 getHeader ()
 
 setHeader ($header)
 
 getImage ()
 
 setImage (\TYPO3\CMS\Extbase\Persistence\ObjectStorage $image)
 
 __toString ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 __wakeup ()
 
 getUid ()
 
 setPid ($pid)
 
 getPid ()
 
 _setProperty ($propertyName, $propertyValue)
 
 _getProperty ($propertyName)
 
 _getProperties ()
 
 _hasProperty ($propertyName)
 
 _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
 _getCleanProperties ()
 
 _getCleanProperty ($propertyName)
 
 _isDirty ($propertyName=null)
 
 _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
 __toString ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
 _isDirty ()
 

Protected Attributes

 $uid = ''
 
 $pid = ''
 
 $header
 
 $image
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 $uid
 
 $_localizedUid
 
 $_languageUid
 
 $_versionedUid
 
 $pid
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

A tt_content model

Definition at line 20 of file TtContent.php.

Constructor & Destructor Documentation

◆ __construct()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::__construct ( )

Constructs this post

Definition at line 52 of file TtContent.php.

Member Function Documentation

◆ __toString()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::__toString ( )

Returns this as a formatted string

Returns
string

Definition at line 118 of file TtContent.php.

References ExtbaseTeam\BlogExample\Domain\Model\TtContent\getHeader().

◆ getHeader()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::getHeader ( )

Returns the header

Returns
string $header

Definition at line 82 of file TtContent.php.

References ExtbaseTeam\BlogExample\Domain\Model\TtContent\$header.

Referenced by ExtbaseTeam\BlogExample\Domain\Model\TtContent\__toString().

◆ getImage()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::getImage ( )
Returns

Definition at line 100 of file TtContent.php.

References ExtbaseTeam\BlogExample\Domain\Model\TtContent\$image.

◆ getPid()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::getPid ( )

Gets the pid

Returns
string $pid

Implements TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface.

Definition at line 72 of file TtContent.php.

References ExtbaseTeam\BlogExample\Domain\Model\TtContent\$pid.

◆ getUid()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::getUid ( )

Gets the uid

Returns
string $uid

Implements TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface.

Definition at line 62 of file TtContent.php.

References ExtbaseTeam\BlogExample\Domain\Model\TtContent\$uid.

◆ setHeader()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::setHeader (   $header)

Sets the header

Parameters
string$header

Definition at line 92 of file TtContent.php.

References ExtbaseTeam\BlogExample\Domain\Model\TtContent\$header.

◆ setImage()

ExtbaseTeam\BlogExample\Domain\Model\TtContent::setImage ( \TYPO3\CMS\Extbase\Persistence\ObjectStorage  $image)
Parameters
\TYPO3\CMS\Extbase\Persistence\ObjectStorage$image

Definition at line 108 of file TtContent.php.

References ExtbaseTeam\BlogExample\Domain\Model\TtContent\$image.

Member Data Documentation

◆ $header

ExtbaseTeam\BlogExample\Domain\Model\TtContent::$header
protected

◆ $image

ExtbaseTeam\BlogExample\Domain\Model\TtContent::$image
protected

◆ $pid

ExtbaseTeam\BlogExample\Domain\Model\TtContent::$pid = ''
protected

Definition at line 34 of file TtContent.php.

Referenced by ExtbaseTeam\BlogExample\Domain\Model\TtContent\getPid().

◆ $uid

ExtbaseTeam\BlogExample\Domain\Model\TtContent::$uid = ''
protected

Definition at line 27 of file TtContent.php.

Referenced by ExtbaseTeam\BlogExample\Domain\Model\TtContent\getUid().