‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties Class Reference

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
 

Static Protected Attributes

static $protectedStaticProperty
 

Private Attributes

 $privateProperty
 

Static Private Attributes

static $privateStaticProperty
 

Detailed Description

Fixture class with getters and setters

Definition at line 22 of file DummyClassWithAllTypesOfProperties.php.

Member Data Documentation

◆ $privateProperty

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

Definition at line 28 of file DummyClassWithAllTypesOfProperties.php.

◆ $privateStaticProperty

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

Definition at line 34 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithCascadeAnnotation

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

@cascade remove

Definition at line 57 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithCascadeAnnotationWithoutVarAnnotation

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

@cascade remove

Definition at line 62 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithIgnoredTags

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

@license

Author
Version

Definition at line 42 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithInjectAnnotation

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

@inject

Definition at line 47 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithObjectStorageAnnotation

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

Definition at line 66 of file DummyClassWithAllTypesOfProperties.php.

◆ $propertyWithTransientAnnotation

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

@transient

Definition at line 52 of file DummyClassWithAllTypesOfProperties.php.

◆ $protectedProperty

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

Definition at line 26 of file DummyClassWithAllTypesOfProperties.php.

◆ $protectedStaticProperty

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

Definition at line 32 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicProperty

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

Definition at line 24 of file DummyClassWithAllTypesOfProperties.php.

◆ $publicStaticProperty

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

Definition at line 30 of file DummyClassWithAllTypesOfProperties.php.