‪TYPO3CMS  11.5
DummyClassWithAllTypesOfProperties.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /*
6  * This file is part of the TYPO3 CMS project.
7  *
8  * It is free software; you can redistribute it and/or modify it under
9  * the terms of the GNU General Public License, either version 2
10  * of the License, or any later version.
11  *
12  * For the full copyright and license information, please read the
13  * LICENSE.txt file that was distributed with this source code.
14  *
15  * The TYPO3 project - inspiring people to share!
16  */
17 
19 
24 
29 {
31 
33 
35 
36  public static ‪$publicStaticProperty;
37 
38  protected static ‪$protectedStaticProperty;
39 
40  private static ‪$privateStaticProperty;
41 
43 
45 
46  public string ‪$stringTypedProperty = '';
47 
48  public ?string ‪$nullableStringTypedProperty = null;
49 
57 
62 
67 
73 
78 
83 
88 }
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$protectedStaticProperty
‪static $protectedStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:38
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$protectedProperty
‪$protectedProperty
Definition: DummyClassWithAllTypesOfProperties.php:32
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithIgnoredTags
‪$propertyWithIgnoredTags
Definition: DummyClassWithAllTypesOfProperties.php:56
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicProperty
‪$publicProperty
Definition: DummyClassWithAllTypesOfProperties.php:30
‪TYPO3\CMS\Extbase\Annotation
Definition: IgnoreValidation.php:18
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture
Definition: ArrayAccessClass.php:18
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithCascadeAnnotationWithoutVarAnnotation
‪$propertyWithCascadeAnnotationWithoutVarAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:75
‪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:79
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$stringTypedProperty
‪string $stringTypedProperty
Definition: DummyClassWithAllTypesOfProperties.php:46
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithCascadeAnnotation
‪DummyClassWithAllTypesOfProperties $propertyWithCascadeAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:70
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties
Definition: DummyClassWithAllTypesOfProperties.php:29
‪TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition: AbstractEntity.php:22
‪TYPO3\CMS\Extbase\Persistence\ObjectStorage
Definition: ObjectStorage.php:32
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$privateProperty
‪$privateProperty
Definition: DummyClassWithAllTypesOfProperties.php:34
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$nullableStringTypedProperty
‪string $nullableStringTypedProperty
Definition: DummyClassWithAllTypesOfProperties.php:48
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithTransientAnnotation
‪$propertyWithTransientAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:65
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithInjectAnnotation
‪DummyClassWithAllTypesOfProperties $propertyWithInjectAnnotation
Definition: DummyClassWithAllTypesOfProperties.php:60
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$propertyWithObjectStorageAnnotationWithoutFQCN
‪ObjectStorage< DummyClassWithAllTypesOfProperties > $propertyWithObjectStorageAnnotationWithoutFQCN
Definition: DummyClassWithAllTypesOfProperties.php:83
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicStaticProperty
‪static $publicStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:36
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicPropertyWithDefaultValue
‪$publicPropertyWithDefaultValue
Definition: DummyClassWithAllTypesOfProperties.php:42
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$publicStaticPropertyWithDefaultValue
‪static $publicStaticPropertyWithDefaultValue
Definition: DummyClassWithAllTypesOfProperties.php:44
‪TYPO3\CMS\Extbase\Annotation\ORM\Transient
Definition: Transient.php:24
‪TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfProperties\$privateStaticProperty
‪static $privateStaticProperty
Definition: DummyClassWithAllTypesOfProperties.php:40