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

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

Protected Properties

Property Type Description
$_classCache
$_fileExtension
$_globalBasename
$_prefixes

Public Methods

Method Description
getAllClassNames ( )
getElement ( $className )
getGlobalBasename ( )
getNamespacePrefixes ( )
isTransient ( $className )
setGlobalBasename ( $file )
setNamespacePrefixes ( $prefixes )

Protected Methods

Method Description
_findMappingFile ( $className )
initialize ( )

Method Details

_findMappingFile() protected method

protected _findMappingFile ( $className )

getAllClassNames() public method

public getAllClassNames ( )

getElement() public method

public getElement ( $className )

getGlobalBasename() public method

public getGlobalBasename ( )

getNamespacePrefixes() public method

initialize() protected method

protected initialize ( )

isTransient() public method

public isTransient ( $className )

setGlobalBasename() public method

public setGlobalBasename ( $file )

setNamespacePrefixes() public method

public setNamespacePrefixes ( $prefixes )

Property Details

$_classCache protected property

protected $_classCache

$_fileExtension protected property

protected $_fileExtension

$_globalBasename protected property

protected $_globalBasename

$_prefixes protected property

protected $_prefixes