\Cake\Database\SchemaTableSchemaAwareInterface

Defines the interface for getting the schema.

Summary

Methods
Constants
getTableSchema()
setTableSchema()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setTableSchema()

setTableSchema(\Cake\Database\Schema\TableSchemaInterface  $schema) : $this

Get and set the schema for this fixture.

Parameters

\Cake\Database\Schema\TableSchemaInterface $schema

The table to set.

Returns

$this