‪TYPO3CMS  9.5
DummyClassWithAllTypesOfProperties.php
Go to the documentation of this file.
1 <?php
2 declare(strict_types = 1);
3 
5 
6 /*
7  * This file is part of the TYPO3 CMS project.
8  *
9  * It is free software; you can redistribute it and/or modify it under
10  * the terms of the GNU General Public License, either version 2
11  * of the License, or any later version.
12  *
13  * For the full copyright and license information, please read the
14  * LICENSE.txt file that was distributed with this source code.
15  *
16  * The TYPO3 project - inspiring people to share!
17  */
18 
23 {
25 
27 
29 
30  public static ‪$publicStaticProperty;
31 
32  protected static ‪$protectedStaticProperty;
33 
34  private static ‪$privateStaticProperty;
35 
43 
49 
54 
60 
65 
70 }
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture
Definition: DummyClassWithAllTypesOfProperties.php:4
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$protectedProperty
‪$protectedProperty
Definition: DummyClassWithAllTypesOfProperties.php:26
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$protectedStaticProperty
‪static $protectedStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:32
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithCascadeAnnotation
‪DummyClassWithAllTypesOfProperties $propertyWithCascadeAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:57
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicStaticProperty
‪static $publicStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:30
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithCascadeAnnotationWithoutVarAnnotation
‪$propertyWithCascadeAnnotationWithoutVarAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:62
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithIgnoredTags
‪$propertyWithIgnoredTags
Definition: DummyClassWithAllTypesOfProperties.php:42
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$privateStaticProperty
‪static $privateStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:34
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithInjectAnnotation
‪DummyClassWithAllTypesOfProperties $propertyWithInjectAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:47
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithTransientAnnotation
‪$propertyWithTransientAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:52
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithObjectStorageAnnotation
‪TYPO3 CMS Extbase Persistence ObjectStorage<\TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties > $propertyWithObjectStorageAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:66
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties
Definition: DummyClassWithAllTypesOfProperties.php:23
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicProperty
‪$publicProperty
Definition: DummyClassWithAllTypesOfProperties.php:24
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$privateProperty
‪$privateProperty
Definition: DummyClassWithAllTypesOfProperties.php:28