Dumplie\Metadata\Infrastructure\Doctrine\Dbal\TypeMapping::map PHP Method

map() public method

public map ( string $schema, Doctrine\DBAL\Schema\Table $table, string $name, Dumplie\Metadata\Schema\FieldDefinition $definition )
$schema string
$table Doctrine\DBAL\Schema\Table
$name string
$definition Dumplie\Metadata\Schema\FieldDefinition
    public function map(string $schema, Table $table, string $name, FieldDefinition $definition);
TypeMapping