‪TYPO3CMS  11.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
 
 $publicPropertyWithDefaultValue = 'foo'
 
string $stringTypedProperty = ''
 
string $nullableStringTypedProperty = null
 
 $propertyWithIgnoredTags
 
DummyClassWithAllTypesOfProperties $propertyWithInjectAnnotation
 
 $propertyWithTransientAnnotation
 
DummyClassWithAllTypesOfProperties $propertyWithCascadeAnnotation
 
 $propertyWithCascadeAnnotationWithoutVarAnnotation
 
TYPO3 CMS Extbase Persistence ObjectStorage<\TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties$propertyWithObjectStorageAnnotation
 
ObjectStorage< DummyClassWithAllTypesOfProperties$propertyWithObjectStorageAnnotationWithoutFQCN
 

Static Public Attributes

static $publicStaticProperty
 
static $publicStaticPropertyWithDefaultValue = 'foo'
 

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 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 class with getters and setters

Definition at line 28 of file DummyClassWithAllTypesOfProperties.php.

Member Data Documentation

◆ $nullableStringTypedProperty

string TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$nullableStringTypedProperty = null

Definition at line 48 of file DummyClassWithAllTypesOfProperties.php.

◆ $privateProperty

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

Definition at line 34 of file DummyClassWithAllTypesOfProperties.php.

◆ $privateStaticProperty

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

Definition at line 40 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithCascadeAnnotation

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

@Extbase\ORM\Cascade("remove")

Definition at line 70 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithCascadeAnnotationWithoutVarAnnotation

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

@Extbase\ORM\Cascade("remove")

Definition at line 75 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithIgnoredTags

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

@license

Author
Version

Definition at line 56 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithInjectAnnotation

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

Definition at line 60 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 79 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithObjectStorageAnnotationWithoutFQCN

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

Definition at line 83 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithTransientAnnotation

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

@Transient

Definition at line 65 of file DummyClassWithAllTypesOfProperties.php.

◆ $protectedProperty

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

Definition at line 32 of file DummyClassWithAllTypesOfProperties.php.

◆ $protectedStaticProperty

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

Definition at line 38 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicProperty

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

Definition at line 30 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicPropertyWithDefaultValue

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$publicPropertyWithDefaultValue = 'foo'

Definition at line 42 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicStaticProperty

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

Definition at line 36 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicStaticPropertyWithDefaultValue

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$publicStaticPropertyWithDefaultValue = 'foo'
static

Definition at line 44 of file DummyClassWithAllTypesOfProperties.php.

◆ $stringTypedProperty

string TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties::$stringTypedProperty = ''

Definition at line 46 of file DummyClassWithAllTypesOfProperties.php.