‪TYPO3CMS  10.4
ExtbaseTeam\BlogExample\Domain\Model\Info Class Reference
Inheritance diagram for ExtbaseTeam\BlogExample\Domain\Model\Info:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Member Functions

 setName ($name)
 
string getName ()
 
string __toString ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int null getUid ()
 
 setPid (int $pid)
 
int null getPid ()
 
bool _setProperty (string $propertyName, $propertyValue)
 
mixed _getProperty (string $propertyName)
 
array _getProperties ()
 
bool _hasProperty ($propertyName)
 
bool _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
array _getCleanProperties ()
 
mixed _getCleanProperty (string $propertyName)
 
bool _isDirty ($propertyName=null)
 
bool _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
bool _isDirty ()
 

Protected Attributes

string $name = ''
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int $uid
 
int $_localizedUid
 
int $_languageUid
 
int $_versionedUid
 
int $pid
 

Additional Inherited Members

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

Detailed Description

A post additional info (1:1 inline relation to post)

Definition at line 23 of file Info.php.

Member Function Documentation

◆ __toString()

string ExtbaseTeam\BlogExample\Domain\Model\Info::__toString ( )

Returns this info as a formatted string

Returns
‪string

Reimplemented from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject.

Definition at line 55 of file Info.php.

References ExtbaseTeam\BlogExample\Domain\Model\Info\$name.

◆ getName()

string ExtbaseTeam\BlogExample\Domain\Model\Info::getName ( )

Getter for name

Returns
‪string

Definition at line 45 of file Info.php.

References ExtbaseTeam\BlogExample\Domain\Model\Info\$name.

◆ setName()

ExtbaseTeam\BlogExample\Domain\Model\Info::setName (   $name)

Sets the name

Parameters
string$name

Definition at line 35 of file Info.php.

References ExtbaseTeam\BlogExample\Domain\Model\Info\$name.

Member Data Documentation

◆ $name

string ExtbaseTeam\BlogExample\Domain\Model\Info::$name = ''
protected