PHP Class Symfony\Bridge\Doctrine\Mapping\Driver\XmlDriver

Author: Fabien Potencier ([email protected])
Inheritance: extends Doctrine\ORM\Mapping\Driver\XmlDriver
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Свойство Type Description
$_classCache
$_fileExtension
$_globalBasename
$_prefixes

Méthodes publiques

Méthode Description
getAllClassNames ( )
getElement ( $className )
getGlobalBasename ( )
getNamespacePrefixes ( )
isTransient ( $className )
setGlobalBasename ( $file )
setNamespacePrefixes ( $prefixes )

Méthodes protégées

Méthode Description
_findMappingFile ( $className )
initialize ( )

Method Details

_findMappingFile() protected méthode

protected _findMappingFile ( $className )

getAllClassNames() public méthode

public getAllClassNames ( )

getElement() public méthode

public getElement ( $className )

getGlobalBasename() public méthode

public getGlobalBasename ( )

getNamespacePrefixes() public méthode

initialize() protected méthode

protected initialize ( )

isTransient() public méthode

public isTransient ( $className )

setGlobalBasename() public méthode

public setGlobalBasename ( $file )

setNamespacePrefixes() public méthode

public setNamespacePrefixes ( $prefixes )

Property Details

$_classCache protected_oe property

protected $_classCache

$_fileExtension protected_oe property

protected $_fileExtension

$_globalBasename protected_oe property

protected $_globalBasename

$_prefixes protected_oe property

protected $_prefixes