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

Inheritance: extends Doctrine\ORM\Mapping\ClassMetadata
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode 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.

Méthodes protégées

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

Method Details

_initializeReflection() protected méthode

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

getReflectionClass() public méthode

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

initializeReflection() public méthode

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

wakeupReflection() public méthode

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