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
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$someProperty mixed
$someStaticProperty mixed

Public Methods

Method Description
getConstructorReturnsFlowsMethodReflection ( )
getInterfacesReturnsFlowsClassReflection ( )
getMethodReturnsFlowsMethodReflection ( )
getMethodsReturnsArrayWithNumericIndex ( )
getMethodsReturnsFlowsMethodReflection ( )
getParentClassReturnsFlowsClassReflection ( )
getPropertiesReturnsFlowsPropertyReflection ( )
getPropertyReturnsFlowsPropertyReflection ( )

Method Details

getConstructorReturnsFlowsMethodReflection() public method

getInterfacesReturnsFlowsClassReflection() public method

getMethodReturnsFlowsMethodReflection() public method

getMethodsReturnsArrayWithNumericIndex() public method

getMethodsReturnsFlowsMethodReflection() public method

getParentClassReturnsFlowsClassReflection() public method

getPropertiesReturnsFlowsPropertyReflection() public method

getPropertyReturnsFlowsPropertyReflection() public method

Property Details

$someProperty protected property

protected mixed $someProperty
return mixed

$someStaticProperty protected static property

protected static mixed $someStaticProperty
return mixed