Interface TableSchemaInterface
Defines the interface for getting the schema.
Namespace: Cake\Datasource
Method Summary
-
getTableSchema() public @method
-
schema() public
Get and set the schema for this fixture.
Method Detail
getTableSchema() ¶ public @method
getTableSchema(): Cake\Database\Schema\TableSchema|null
Returns
Cake\Database\Schema\TableSchema|null
schema() ¶ public
schema(Cake\Database\Schema\TableSchema|null $schema = null): Cake\Database\Schema\TableSchema|null
Get and set the schema for this fixture.
Parameters
-
Cake\Database\Schema\TableSchema|null
$schema optional The table to set.
Returns
Cake\Database\Schema\TableSchema|null