‪TYPO3CMS  9.5
ExtbaseTeam\B\Domain\Model\B Class Reference
Inheritance diagram for ExtbaseTeam\B\Domain\Model\B:
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

Public Member Functions

string getB ()
 
 setB (string $b)
 
- ‪Public Member Functions inherited from ‪ExtbaseTeam\A\Domain\Model\A
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 $b
 
- ‪Protected Attributes inherited from ‪ExtbaseTeam\A\Domain\Model\A
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\B\Domain\Model\B

Definition at line 22 of file B.php.

Member Function Documentation

◆ getB()

string ExtbaseTeam\B\Domain\Model\B::getB ( )
Returns
‪string

Definition at line 31 of file B.php.

References ExtbaseTeam\B\Domain\Model\B\$b.

◆ setB()

ExtbaseTeam\B\Domain\Model\B::setB ( string  $b)
Parameters
string$b

Definition at line 39 of file B.php.

References ExtbaseTeam\B\Domain\Model\B\$b.

Member Data Documentation

◆ $b

string ExtbaseTeam\B\Domain\Model\B::$b
protected

Definition at line 26 of file B.php.

Referenced by ExtbaseTeam\B\Domain\Model\B\getB(), and ExtbaseTeam\B\Domain\Model\B\setB().