StubSchemaProvider
in package
implements
SchemaProvider
The StubSchemaProvider takes a Doctrine\DBAL\Schema\Schema instance through the constructor and returns it from the createSchema() method.
Interfaces, Classes, Traits and Enums
- SchemaProvider
- The SchemaProvider defines the interface used to create a Doctrine\DBAL\Schema\Schema instance that represents the current state of your database.
Table of Contents
- $toSchema : Schema
- __construct() : mixed
- createSchema() : Schema
Properties
$toSchema
private
Schema
$toSchema
Methods
__construct()
public
__construct(Schema $schema) : mixed
Parameters
- $schema : Schema
Return values
mixed —createSchema()
public
createSchema() : Schema