‪TYPO3CMS  9.5
ExtbaseTeam\A\Domain\Model\A Class Reference
Inheritance diagram for ExtbaseTeam\A\Domain\Model\A:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface ExtbaseTeam\B\Domain\Model\B

Public Member Functions

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

Protected Attributes

string $a
 
- ‪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

Class ExtbaseTeam\A\Domain\Model\A

Definition at line 22 of file A.php.

Member Function Documentation

◆ getA()

string ExtbaseTeam\A\Domain\Model\A::getA ( )
Returns
‪string

Definition at line 31 of file A.php.

References ExtbaseTeam\A\Domain\Model\A\$a.

◆ setA()

ExtbaseTeam\A\Domain\Model\A::setA ( string  $a)
Parameters
string$a

Definition at line 39 of file A.php.

References ExtbaseTeam\A\Domain\Model\A\$a.

Member Data Documentation

◆ $a

string ExtbaseTeam\A\Domain\Model\A::$a
protected

Definition at line 26 of file A.php.

Referenced by ExtbaseTeam\A\Domain\Model\A\getA(), and ExtbaseTeam\A\Domain\Model\A\setA().