Property | Type | Description | |
---|---|---|---|
$cacheSalt |
Method | Description | |
---|---|---|
setConfiguration ( |
Sets the Configuration instance | |
setDocumentManager ( |
Sets the DocumentManager instance for this class. |
Method | Description | |
---|---|---|
doLoadMetadata ( $class, $parent, $rootEntityFound, array $nonSuperclassParents = [] ) | {@inheritDoc} | |
getDriver ( ) | {@inheritDoc} | |
getFqcnFromAlias ( $namespaceAlias, $simpleClassName ) | {@inheritDoc} | |
initialize ( ) | Lazy initialization of this stuff, especially the metadata driver, since these are not needed at all when a metadata cache is active. | |
initializeReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) | {@inheritDoc} | |
isEntity ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class ) | {@inheritDoc} | |
newClassMetadataInstance ( string $className ) : |
Creates a new ClassMetadata instance for the given class name. | |
validateIdentifier ( |
Validates the identifier mapping. | |
wakeupReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) | {@inheritDoc} |
Method | Description | |
---|---|---|
addInheritedFields ( |
Adds inherited fields to the subclass mapping. | |
addInheritedIndexes ( |
Adds inherited indexes to the subclass mapping. | |
addInheritedRelations ( |
Adds inherited association mappings to the subclass mapping. | |
completeIdGeneratorMapping ( |
||
setInheritedShardKey ( |
Adds inherited shard key to the subclass mapping. |
protected doLoadMetadata ( $class, $parent, $rootEntityFound, array $nonSuperclassParents = [] ) | ||
$nonSuperclassParents | array |
protected getFqcnFromAlias ( $namespaceAlias, $simpleClassName ) |
protected initialize ( ) |
protected initializeReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) | ||
$class | Doctrine\Common\Persistence\Mapping\ClassMetadata | |
$reflService | Doctrine\Common\Persistence\Mapping\ReflectionService |
protected isEntity ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class ) | ||
$class | Doctrine\Common\Persistence\Mapping\ClassMetadata |
protected newClassMetadataInstance ( string $className ) : |
||
$className | string | |
return |
public setConfiguration ( |
||
$config |
public setDocumentManager ( |
||
$dm | The DocumentManager instance |
protected validateIdentifier ( |
||
$class |
protected wakeupReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) | ||
$class | Doctrine\Common\Persistence\Mapping\ClassMetadata | |
$reflService | Doctrine\Common\Persistence\Mapping\ReflectionService |