W3cubDocs

/CakePHP 4.4

Interface TableSchemaAwareInterface

Defines the interface for getting the schema.

Method Summary

Method Detail

getTableSchema() public

getTableSchema(): Cake\Database\Schema\TableSchemaInterfaceCake\Database\Schema\SqlGeneratorInterface

Get and set the schema for this fixture.

Returns

Cake\Database\Schema\TableSchemaInterfaceCake\Database\Schema\SqlGeneratorInterface

setTableSchema() public

setTableSchema(Cake\Database\Schema\TableSchemaInterfaceCake\Database\Schema\SqlGeneratorInterface $schema): $this

Get and set the schema for this fixture.

Parameters

Cake\Database\Schema\TableSchemaInterfaceCake\Database\Schema\SqlGeneratorInterface $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/4.4/interface-Cake.Database.Schema.TableSchemaAwareInterface.html