PHP 클래스 Doctrine\OXM\Mapping\Driver\PHPDriver

부터: 2.0
저자: Richard Fullmer ([email protected])
상속: extends AbstractFileDriver
파일 보기 프로젝트 열기: doctrine/oxm

보호된 프로퍼티들

프로퍼티 타입 설명
$fileExtension
$metadata

공개 메소드들

메소드 설명
loadMetadataForClass ( string $className, ClassMetadataInfo $metadata ) Loads the mapping for the specified class into the provided container.

보호된 메소드들

메소드 설명
loadMappingFile ( $file )

메소드 상세

loadMappingFile() 보호된 메소드

protected loadMappingFile ( $file )

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

프로퍼티 상세

$fileExtension 보호되어 있는 프로퍼티

protected $fileExtension

$metadata 보호되어 있는 프로퍼티

protected $metadata