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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$someProperty mixed

Public Methods

Method Description
getDeclaringClassReturnsFlowsClassReflection ( )
getParametersReturnsFlowsParameterReflection ( $dummyArg1 = null, $dummyArg2 = null )

Method Details

getDeclaringClassReturnsFlowsClassReflection() public method

getParametersReturnsFlowsParameterReflection() public method

public getParametersReturnsFlowsParameterReflection ( $dummyArg1 = null, $dummyArg2 = null )

Property Details

$someProperty protected property

protected mixed $someProperty
return mixed