PHP Class Doctrine\OXM\Mapping\Driver\PHPDriver

Since: 2.0
Author: Richard Fullmer ([email protected])
Inheritance: extends AbstractFileDriver
Show file Open project: doctrine/oxm

Protected Properties

Property Type Description
$fileExtension
$metadata

Public Methods

Method Description
loadMetadataForClass ( string $className, ClassMetadataInfo $metadata ) Loads the mapping for the specified class into the provided container.

Protected Methods

Method Description
loadMappingFile ( $file )

Method Details

loadMappingFile() protected method

protected loadMappingFile ( $file )

loadMetadataForClass() public method

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

Property Details

$fileExtension protected property

protected $fileExtension

$metadata protected property

protected $metadata