PHP 클래스 Doctrine\ODM\CouchDB\Mapping\MappingException

부터: 1.0
저자: Benjamin Eberlei ([email protected])
저자: Lukas Kahwe Smith ([email protected])
상속: extends Exception
파일 보기 프로젝트 열기: doctrine/couchdb-odm 1 사용 예제들

공개 메소드들

메소드 설명
classIsNotAValidDocument ( $className )
classNotFound ( $className )
classNotMapped ( )
duplicateFieldMapping ( $className, $fieldName )
fileMappingDriversRequireConfiguredDirectoryPath ( )
invalidInheritanceRoot ( $className, $parents )
mappingFileNotFound ( $className, $filename )
mappingNotFound ( $className, $fieldName )
noTypeSpecified ( )
reflectionFailure ( $document, ReflectionException $previousException )

메소드 상세

classIsNotAValidDocument() 공개 정적인 메소드

public static classIsNotAValidDocument ( $className )

classNotFound() 공개 정적인 메소드

public static classNotFound ( $className )

classNotMapped() 공개 정적인 메소드

public static classNotMapped ( )

duplicateFieldMapping() 공개 정적인 메소드

public static duplicateFieldMapping ( $className, $fieldName )

fileMappingDriversRequireConfiguredDirectoryPath() 공개 정적인 메소드

invalidInheritanceRoot() 공개 정적인 메소드

public static invalidInheritanceRoot ( $className, $parents )

mappingFileNotFound() 공개 정적인 메소드

public static mappingFileNotFound ( $className, $filename )

mappingNotFound() 공개 정적인 메소드

public static mappingNotFound ( $className, $fieldName )

noTypeSpecified() 공개 정적인 메소드

public static noTypeSpecified ( )

reflectionFailure() 공개 정적인 메소드

public static reflectionFailure ( $document, ReflectionException $previousException )
$previousException ReflectionException