PHP 클래스 Neos\Flow\Persistence\Doctrine\Mapping\ClassMetadata

상속: extends Doctrine\ORM\Mapping\ClassMetadata
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
getReflectionClass ( ) : ClassReflection Gets the ReflectionClass instance of the mapped class.
initializeReflection ( Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) : void Initializes $this->reflClass and a number of related variables.
wakeupReflection ( Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) : void Restores some state that can not be serialized/unserialized.

보호된 메소드들

메소드 설명
_initializeReflection ( ) : void Initializes $this->reflClass and a number of related variables.

메소드 상세

_initializeReflection() 보호된 메소드

Initializes $this->reflClass and a number of related variables.
protected _initializeReflection ( ) : void
리턴 void

getReflectionClass() 공개 메소드

Gets the ReflectionClass instance of the mapped class.
public getReflectionClass ( ) : ClassReflection
리턴 Neos\Flow\Reflection\ClassReflection

initializeReflection() 공개 메소드

Initializes $this->reflClass and a number of related variables.
public initializeReflection ( Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) : void
$reflService Doctrine\Common\Persistence\Mapping\ReflectionService
리턴 void

wakeupReflection() 공개 메소드

Restores some state that can not be serialized/unserialized.
public wakeupReflection ( Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) : void
$reflService Doctrine\Common\Persistence\Mapping\ReflectionService
리턴 void