PHP Class Neos\Flow\Persistence\Doctrine\Mapping\ClassMetadata

Inheritance: extends Doctrine\ORM\Mapping\ClassMetadata
ファイルを表示 Open project: neos/flow-development-collection

Public Methods

Method Description
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.

Protected Methods

Method Description
_initializeReflection ( ) : void Initializes $this->reflClass and a number of related variables.

Method Details

_initializeReflection() protected method

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

getReflectionClass() public method

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

initializeReflection() public method

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

wakeupReflection() public method

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