PHP Class Neos\Flow\Tests\Unit\Reflection\ClassReflectionTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase, implements Neos\Flow\Tests\Reflection\Fixture\DummyInterface1, implements Neos\Flow\Tests\Reflection\Fixture\DummyInterface2
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$someProperty mixed
$someStaticProperty mixed

Méthodes publiques

Méthode Description
getConstructorReturnsFlowsMethodReflection ( )
getInterfacesReturnsFlowsClassReflection ( )
getMethodReturnsFlowsMethodReflection ( )
getMethodsReturnsArrayWithNumericIndex ( )
getMethodsReturnsFlowsMethodReflection ( )
getParentClassReturnsFlowsClassReflection ( )
getPropertiesReturnsFlowsPropertyReflection ( )
getPropertyReturnsFlowsPropertyReflection ( )

Method Details

getConstructorReturnsFlowsMethodReflection() public méthode

getInterfacesReturnsFlowsClassReflection() public méthode

getMethodReturnsFlowsMethodReflection() public méthode

getMethodsReturnsArrayWithNumericIndex() public méthode

getMethodsReturnsFlowsMethodReflection() public méthode

getParentClassReturnsFlowsClassReflection() public méthode

getPropertiesReturnsFlowsPropertyReflection() public méthode

getPropertyReturnsFlowsPropertyReflection() public méthode

Property Details

$someProperty protected_oe property

protected mixed $someProperty
Résultat mixed

$someStaticProperty protected_oe static_oe property

protected static mixed $someStaticProperty
Résultat mixed