PHP Class Pinq\Tests\Integration\Parsing\ReflectionHelperTest

Inheritance: extends Pinq\Tests\PinqTestCase
显示文件 Open project: timetoogo/pinq

Protected Properties

Property Type Description
$closureEndLine
$closureStartLine

Public Methods

Method Description
method ( )
staticMethod ( )
testClosure ( )
testClosureAfterReflectionGetClosure ( )
testFunction ( )
testFunctionAfterReflectionGetClosure ( )
testMethod ( )
testMethodAfterReflectionGetClosure ( )
testStaticMethod ( )
testStaticMethodAfterReflectionGetClosure ( )

Protected Methods

Method Description
assertIsClosureReflection ( ReflectionFunctionAbstract $reflection )
assertIsFunctionReflection ( ReflectionFunctionAbstract $reflection )
assertIsMethodReflection ( ReflectionFunctionAbstract $reflection )
assertIsStaticMethodReflection ( ReflectionFunctionAbstract $reflection )
getClosure ( )

Method Details

assertIsClosureReflection() protected method

protected assertIsClosureReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

assertIsFunctionReflection() protected method

protected assertIsFunctionReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

assertIsMethodReflection() protected method

protected assertIsMethodReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

assertIsStaticMethodReflection() protected method

protected assertIsStaticMethodReflection ( ReflectionFunctionAbstract $reflection )
$reflection ReflectionFunctionAbstract

getClosure() protected method

protected getClosure ( )

method() public method

public method ( )

staticMethod() public static method

public static staticMethod ( )

testClosure() public method

public testClosure ( )

testClosureAfterReflectionGetClosure() public method

testFunction() public method

public testFunction ( )

testFunctionAfterReflectionGetClosure() public method

testMethod() public method

public testMethod ( )

testMethodAfterReflectionGetClosure() public method

testStaticMethod() public method

public testStaticMethod ( )

testStaticMethodAfterReflectionGetClosure() public method

Property Details

$closureEndLine protected_oe property

protected $closureEndLine

$closureStartLine protected_oe property

protected $closureStartLine