PHP 클래스 Dumplie\Metadata\Infrastructure\Doctrine\Dbal\DoctrineStorageException

상속: extends Exception
파일 보기 프로젝트 열기: dumplie/dumplie 1 사용 예제들

공개 메소드들

메소드 설명
invalidDefinition ( string $expectedClass, Dumplie\Metadata\Schema\FieldDefinition $receivedInstance ) : DoctrineStorageException
tableAlreadyExists ( string $table ) : DoctrineStorageException
unableToMapType ( Type $type ) : DoctrineStorageException

메소드 상세

invalidDefinition() 공개 정적인 메소드

public static invalidDefinition ( string $expectedClass, Dumplie\Metadata\Schema\FieldDefinition $receivedInstance ) : DoctrineStorageException
$expectedClass string
$receivedInstance Dumplie\Metadata\Schema\FieldDefinition
리턴 DoctrineStorageException

tableAlreadyExists() 공개 정적인 메소드

public static tableAlreadyExists ( string $table ) : DoctrineStorageException
$table string
리턴 DoctrineStorageException

unableToMapType() 공개 정적인 메소드

public static unableToMapType ( Type $type ) : DoctrineStorageException
$type Dumplie\Metadata\Schema\Type
리턴 DoctrineStorageException