‪TYPO3CMS  9.5
DummyClassWithAllTypesOfProperties.php
Go to the documentation of this file.
1 <?php
3 
4 /*
5  * This file is part of the TYPO3 CMS project.
6  *
7  * It is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU General Public License, either version 2
9  * of the License, or any later version.
10  *
11  * For the full copyright and license information, please read the
12  * LICENSE.txt file that was distributed with this source code.
13  *
14  * The TYPO3 project - inspiring people to share!
15  */
16 
20 
25 {
27 
29 
31 
32  public static ‪$publicStaticProperty;
33 
34  protected static ‪$protectedStaticProperty;
35 
36  private static ‪$privateStaticProperty;
37 
45 
51 
56 
62 
67 
72 }
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$protectedStaticProperty
‪static $protectedStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:34
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$protectedProperty
‪$protectedProperty
Definition: DummyClassWithAllTypesOfProperties.php:28
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithIgnoredTags
‪$propertyWithIgnoredTags
Definition: DummyClassWithAllTypesOfProperties.php:44
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicProperty
‪$publicProperty
Definition: DummyClassWithAllTypesOfProperties.php:26
‪TYPO3\CMS\Extbase\Annotation
Definition: IgnoreValidation.php:4
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture
Definition: ArrayAccessClass.php:2
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithCascadeAnnotationWithoutVarAnnotation
‪$propertyWithCascadeAnnotationWithoutVarAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:64
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithObjectStorageAnnotation
‪TYPO3 CMS Extbase Persistence ObjectStorage<\TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties > $propertyWithObjectStorageAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:68
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithCascadeAnnotation
‪DummyClassWithAllTypesOfProperties $propertyWithCascadeAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:59
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties
Definition: DummyClassWithAllTypesOfProperties.php:25
‪TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition: AbstractEntity.php:22
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$privateProperty
‪$privateProperty
Definition: DummyClassWithAllTypesOfProperties.php:30
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithTransientAnnotation
‪$propertyWithTransientAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:54
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithInjectAnnotation
‪DummyClassWithAllTypesOfProperties $propertyWithInjectAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:49
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicStaticProperty
‪static $publicStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:32
‪TYPO3\CMS\Extbase\Annotation\ORM\Transient
Definition: Transient.php:24
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$privateStaticProperty
‪static $privateStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:36