Interface TableSchemaAwareInterface
Defines the interface for getting the schema.
Direct Implementers
Method Summary
-
getTableSchema() public
Get and set the schema for this fixture. -
setTableSchema() public
Get and set the schema for this fixture.
Method Detail
setTableSchema() public ¶
setTableSchema( Cake\Database\Schema\TableSchemaInterface
$schema )
Get and set the schema for this fixture.
Parameters
-
Cake\Database\Schema\TableSchemaInterface
$schema - The table to set.
Returns
$this