‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Attributes

 $publicProperty
 
 $propertyWithIgnoredTags
 
DummyClassWithAllTypesOfProperties $propertyWithInjectAnnotation
 
 $propertyWithTransientAnnotation
 
DummyClassWithAllTypesOfProperties $propertyWithCascadeAnnotation
 
 $propertyWithCascadeAnnotationWithoutVarAnnotation
 
TYPO3 CMS Extbase Persistence ObjectStorage<\TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties$propertyWithObjectStorageAnnotation
 

Static Public Attributes

static $publicStaticProperty
 

Protected Attributes

 $protectedProperty
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int $uid
 
int $_localizedUid
 
int $_languageUid
 
int $_versionedUid
 
int $pid
 

Static Protected Attributes

static $protectedStaticProperty
 

Private Attributes

 $privateProperty
 

Static Private Attributes

static $privateStaticProperty
 

Additional Inherited Members

- ‪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 Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
bool isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

Fixture class with getters and setters

Definition at line 24 of file DummyClassWithAllTypesOfProperties.php.

Member Data Documentation

◆ $privateProperty

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$privateProperty
private

Definition at line 30 of file DummyClassWithAllTypesOfProperties.php.

◆ $privateStaticProperty

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$privateStaticProperty
staticprivate

Definition at line 36 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithCascadeAnnotation

DummyClassWithAllTypesOfProperties TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$propertyWithCascadeAnnotation

@Extbase\ORM\Cascade("remove")

Definition at line 59 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithCascadeAnnotationWithoutVarAnnotation

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$propertyWithCascadeAnnotationWithoutVarAnnotation

@Extbase\ORM\Cascade("remove")

Definition at line 64 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithIgnoredTags

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$propertyWithIgnoredTags

@license

Author
Version

Definition at line 44 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithInjectAnnotation

DummyClassWithAllTypesOfProperties TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$propertyWithInjectAnnotation

@Extbase\Inject

Definition at line 49 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithObjectStorageAnnotation

TYPO3 CMS Extbase Persistence ObjectStorage<\TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties> TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$propertyWithObjectStorageAnnotation

Definition at line 68 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithTransientAnnotation

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$propertyWithTransientAnnotation

@Transient

Definition at line 54 of file DummyClassWithAllTypesOfProperties.php.

◆ $protectedProperty

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$protectedProperty
protected

Definition at line 28 of file DummyClassWithAllTypesOfProperties.php.

◆ $protectedStaticProperty

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$protectedStaticProperty
staticprotected

Definition at line 34 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicProperty

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$publicProperty

Definition at line 26 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicStaticProperty

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$publicStaticProperty
static

Definition at line 32 of file DummyClassWithAllTypesOfProperties.php.