TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Tests\Fixture\Entity Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Fixture\Entity:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Member Functions

 __construct ($name)
 
 setName ($name)
 
 getName ()
 
- 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

 $name
 
- 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

An entity

Definition at line 20 of file Entity.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Tests\Fixture\Entity::__construct (   $name)

Constructs this entity

Parameters
string$nameName of this blog

Definition at line 34 of file Entity.php.

References TYPO3\CMS\Extbase\Tests\Fixture\Entity\$name, and TYPO3\CMS\Extbase\Tests\Fixture\Entity\setName().

Member Function Documentation

◆ getName()

TYPO3\CMS\Extbase\Tests\Fixture\Entity::getName ( )

Returns the entity's name

Returns
string The entity's name

Definition at line 55 of file Entity.php.

References TYPO3\CMS\Extbase\Tests\Fixture\Entity\$name.

◆ setName()

TYPO3\CMS\Extbase\Tests\Fixture\Entity::setName (   $name)

Sets this entity's name

Parameters
string$nameThe entity's name
Returns
void

Definition at line 45 of file Entity.php.

References TYPO3\CMS\Extbase\Tests\Fixture\Entity\$name.

Referenced by TYPO3\CMS\Extbase\Tests\Fixture\Entity\__construct().

Member Data Documentation

◆ $name

TYPO3\CMS\Extbase\Tests\Fixture\Entity::$name
protected