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

Public Member Functions

 __construct ($name)
 
string getName ()
 
string __toString ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractValueObject
string getValue ()
 
- ‪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 blog post tag

Definition at line 23 of file Tag.php.

Constructor & Destructor Documentation

◆ __construct()

ExtbaseTeam\BlogExample\Domain\Model\Tag::__construct (   $name)

Constructs this tag

Parameters
$name

Definition at line 34 of file Tag.php.

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

Member Function Documentation

◆ __toString()

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

Returns this tag as a formatted string

Returns
‪string

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

Definition at line 54 of file Tag.php.

References ExtbaseTeam\BlogExample\Domain\Model\Tag\getName().

◆ getName()

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

Returns this tag's name

Returns
‪string This tag's name

Definition at line 44 of file Tag.php.

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

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

Member Data Documentation

◆ $name

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