Flow PHP

SchemaConverter

Read onlyYes
FinalYes

Methods

__construct()  : mixed
toDbalTable()  : Table
toFlowSchema()  : Schema

Methods

__construct()

public __construct([array<string|int, mixed> $map = [] ]) : mixed
Parameters
$map : array<string|int, mixed> = []

toDbalTable()

public toDbalTable(Schema $schema, string $tableName[, array<string|int, mixed> $tableOptions = [] ]) : Table
Parameters
$schema : Schema
$tableName : string
$tableOptions : array<string|int, mixed> = []
Return values
Table

toFlowSchema()

public toFlowSchema(Table $table) : Schema
Parameters
$table : Table
Return values
Schema

        
On this page

Search results