On this page
Interface TableSchemaAwareInterface
Defines the interface for getting the schema.
Direct Implementers
Method Summary
- 
    getTableSchema() publicGet and set the schema for this fixture.
- 
    setTableSchema() publicGet and set the schema for this fixture.
Method Detail
getTableSchema()source public
getTableSchema( )Get and set the schema for this fixture.
Returns
Cake\Database\Schema\TableSchemaInterface|nullsetTableSchema()source 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
© 2005–present 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.
 https://api.cakephp.org/3.8/class-Cake.Database.Schema.TableSchemaAwareInterface.html