PHP 클래스 Neos\Flow\Tests\Unit\Reflection\ClassReflectionTest

상속: extends Neos\Flow\Tests\UnitTestCase, implements Neos\Flow\Tests\Reflection\Fixture\DummyInterface1, implements Neos\Flow\Tests\Reflection\Fixture\DummyInterface2
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$someProperty mixed
$someStaticProperty mixed

공개 메소드들

메소드 설명
getConstructorReturnsFlowsMethodReflection ( )
getInterfacesReturnsFlowsClassReflection ( )
getMethodReturnsFlowsMethodReflection ( )
getMethodsReturnsArrayWithNumericIndex ( )
getMethodsReturnsFlowsMethodReflection ( )
getParentClassReturnsFlowsClassReflection ( )
getPropertiesReturnsFlowsPropertyReflection ( )
getPropertyReturnsFlowsPropertyReflection ( )

메소드 상세

getConstructorReturnsFlowsMethodReflection() 공개 메소드

getInterfacesReturnsFlowsClassReflection() 공개 메소드

getMethodReturnsFlowsMethodReflection() 공개 메소드

getMethodsReturnsArrayWithNumericIndex() 공개 메소드

getMethodsReturnsFlowsMethodReflection() 공개 메소드

getParentClassReturnsFlowsClassReflection() 공개 메소드

getPropertiesReturnsFlowsPropertyReflection() 공개 메소드

getPropertyReturnsFlowsPropertyReflection() 공개 메소드

프로퍼티 상세

$someProperty 보호되어 있는 프로퍼티

protected mixed $someProperty
리턴 mixed

$someStaticProperty 보호되어 있는 정적으로 프로퍼티

protected static mixed $someStaticProperty
리턴 mixed