PHP Интерфейс Doctrine\OXM\Mapping\Driver\Driver

С версии: 2.0
Автор: Richard Fullmer ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getAllClassNames ( ) : array Gets the names of all mapped classes known to this driver.
isTransient ( string $className ) : boolean Whether the class with the specified name should have its metadata loaded.
loadMetadataForClass ( string $className, ClassMetadataInfo $metadata ) Loads the mapping for the specified class into the provided container.

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

getAllClassNames() публичный метод

Gets the names of all mapped classes known to this driver.
public getAllClassNames ( ) : array
Результат array The names of all mapped classes known to this driver.

isTransient() публичный метод

This is only the case if it is either mapped as an XmlEntity
public isTransient ( string $className ) : boolean
$className string
Результат boolean

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

Loads the mapping for the specified class into the provided container.
public loadMetadataForClass ( string $className, ClassMetadataInfo $metadata )
$className string
$metadata Doctrine\OXM\Mapping\ClassMetadataInfo