Interface TableSchemaInterface

Defines the interface for getting the schema.

Direct Implementers

Method Summary

  • schema() public
    Get and set the schema for this fixture.

Method Detail

schema()source public

schema( Cake\Database\Schema\Table $schema null )

Get and set the schema for this fixture.

Parameters

Cake\Database\Schema\Table $schema optional null
The table to set.

Returns

Cake\Database\Schema\Table|null

© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.2/class-Cake.Datasource.TableSchemaInterface.html