PHP 인터페이스 Doctrine\OXM\Mapping\Driver\Driver

부터: 2.0
저자: Richard Fullmer ([email protected])
파일 보기 프로젝트 열기: doctrine/oxm 0 사용 예제들

공개 메소드들

메소드 설명
getAllClassNames ( ) : array Gets the names of all mapped classes known to this driver.
isTransient ( string $className ) : boolean Whether the class with the specified name should have its metadata loaded.
loadMetadataForClass ( string $className, ClassMetadataInfo $metadata ) Loads the mapping for the specified class into the provided container.

메소드 상세

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() 공개 메소드

This is only the case if it is either mapped as an XmlEntity
public isTransient ( string $className ) : boolean
$className string
리턴 boolean

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