PHP Class Dumplie\Metadata\Infrastructure\Doctrine\Dbal\DoctrineStorageException

Inheritance: extends Exception
Afficher le fichier Open project: dumplie/dumplie Class Usage Examples

Méthodes publiques

Méthode Description
invalidDefinition ( string $expectedClass, Dumplie\Metadata\Schema\FieldDefinition $receivedInstance ) : DoctrineStorageException
tableAlreadyExists ( string $table ) : DoctrineStorageException
unableToMapType ( Type $type ) : DoctrineStorageException

Method Details

invalidDefinition() public static méthode

public static invalidDefinition ( string $expectedClass, Dumplie\Metadata\Schema\FieldDefinition $receivedInstance ) : DoctrineStorageException
$expectedClass string
$receivedInstance Dumplie\Metadata\Schema\FieldDefinition
Résultat DoctrineStorageException

tableAlreadyExists() public static méthode

public static tableAlreadyExists ( string $table ) : DoctrineStorageException
$table string
Résultat DoctrineStorageException

unableToMapType() public static méthode

public static unableToMapType ( Type $type ) : DoctrineStorageException
$type Dumplie\Metadata\Schema\Type
Résultat DoctrineStorageException