PHP Класс Doctrine\OXM\Mapping\Driver\StaticPHPDriver

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

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

Метод Описание
__construct ( $paths )
addPaths ( array $paths )
getAllClassNames ( ) : array Gets the names of all mapped classes known to this driver.
isTransient ( $className )
loadMetadataForClass ( string $className, ClassMetadataInfo $metadata ) Loads the metadata for the specified class into the provided container.

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

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

public __construct ( $paths )

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

public addPaths ( array $paths )
$paths array

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() публичный метод

public isTransient ( $className )

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

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