PHP Класс Doctrine\ODM\PHPCR\Mapping\Driver\AnnotationDriver

С версии: 1.0
Автор: Jordi Boggiano ([email protected])
Автор: Pascal Helfenstein ([email protected])
Автор: Daniel Barsotti ([email protected])
Автор: David Buchmann ([email protected])
Наследование: extends Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver, implements Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$entityAnnotationClasses Document annotation classes, ordered by precedence.

Открытые методы

Метод Описание
loadMetadataForClass ( $className, Doctrine\Common\Persistence\Mapping\ClassMetadata $metadata )

Приватные методы

Метод Описание
getCascadeMode ( array $cascadeList ) : integer Gathers a list of cascade options found in the given cascade element.

Описание методов

loadMetadataForClass() публичный Метод

public loadMetadataForClass ( $className, Doctrine\Common\Persistence\Mapping\ClassMetadata $metadata )
$metadata Doctrine\Common\Persistence\Mapping\ClassMetadata

Описание свойств

$entityAnnotationClasses защищенное свойство

Document annotation classes, ordered by precedence.
protected $entityAnnotationClasses