TableSchemaAwareInterface
in
Defines the interface for getting the schema.
Table of Contents
Methods
- getTableSchema() : TableSchemaInterface|SqlGeneratorInterface
- Get and set the schema for this fixture.
- setTableSchema() : $this
- Get and set the schema for this fixture.
Methods
getTableSchema()
Get and set the schema for this fixture.
public
getTableSchema() : TableSchemaInterface|SqlGeneratorInterface
Return values
TableSchemaInterface|SqlGeneratorInterfacesetTableSchema()
Get and set the schema for this fixture.
public
setTableSchema(TableSchemaInterface|SqlGeneratorInterface $schema) : $this
Parameters
- $schema : TableSchemaInterface|SqlGeneratorInterface
-
The table to set.