PHP 클래스 Storm\Drivers\Base\Object\Properties\Accessors\ReflectionBase

파일 보기 프로젝트 열기: timetoogo/penumbra

보호된 프로퍼티들

프로퍼티 타입 설명
$EntityType string
$Reflection IReflector

공개 메소드들

메소드 설명
SetEntityType ( $EntityType )
__sleep ( )
__wakeup ( )

보호된 메소드들

메소드 설명
LoadReflection ( ) : IReflector

메소드 상세

LoadReflection() 추상적인 보호된 메소드

abstract protected LoadReflection ( ) : IReflector
리턴 IReflector

SetEntityType() 최종 공개 메소드

final public SetEntityType ( $EntityType )

__sleep() 공개 메소드

public __sleep ( )

__wakeup() 최종 공개 메소드

final public __wakeup ( )

프로퍼티 상세

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

protected string $EntityType
리턴 string

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

protected IReflector $Reflection
리턴 IReflector