PHP Class Dumplie\Metadata\Infrastructure\Doctrine\Dbal\Field\TextMapping

Inheritance: implements Dumplie\Metadata\Infrastructure\Doctrine\Dbal\TypeMapping
Datei anzeigen Open project: dumplie/dumplie

Public Methods

Method Description
__construct ( ) TextMapping constructor.
map ( string $schema, Doctrine\DBAL\Schema\Table $table, string $name, Dumplie\Metadata\Schema\FieldDefinition $definition )
maps ( Type $type ) : boolean

Method Details

__construct() public method

TextMapping constructor.
public __construct ( )

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

maps() public method

public maps ( Type $type ) : boolean
$type Dumplie\Metadata\Schema\Type
return boolean