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

Protected Attributes

string $foo
 
int $bar
 
TYPO3 CMS Extbase Persistence ObjectStorage $baz
 
ExtbaseTeam TestValidators Domain Model AnotherModel $qux
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int $uid
 
int $_localizedUid
 
int $_languageUid
 
int $_versionedUid
 
int $pid
 

Additional Inherited Members

- ‪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 ()
 
string __toString ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
bool _isDirty ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
bool isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

Fixture model

Definition at line 26 of file Model.php.

Member Data Documentation

◆ $bar

int ExtbaseTeam\TestValidators\Domain\Model\Model::$bar
protected

@Extbase\Validate("\ExtbaseTeam\TestValidators\Validation\Validator\CustomValidator")

Definition at line 38 of file Model.php.

◆ $baz

TYPO3 CMS Extbase Persistence ObjectStorage ExtbaseTeam\TestValidators\Domain\Model\Model::$baz
protected

Definition at line 42 of file Model.php.

◆ $foo

string ExtbaseTeam\TestValidators\Domain\Model\Model::$foo
protected

@Extbase\Validate("StringLength", options={"minimum": 1}) @Extbase\Validate("StringLength", options={"maximum": 10}) @Extbase\Validate("NotEmpty")

Definition at line 33 of file Model.php.

◆ $qux

ExtbaseTeam TestValidators Domain Model AnotherModel ExtbaseTeam\TestValidators\Domain\Model\Model::$qux
protected

Definition at line 46 of file Model.php.