appendToSchema() публичный Метод

Adds the DCA data to the Doctrine schema.
public appendToSchema ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema
Пример #1
0
 /**
  * Adds the Contao DCA information to the Doctrine schema.
  *
  * @param GenerateSchemaEventArgs $event
  */
 public function postGenerateSchema(GenerateSchemaEventArgs $event)
 {
     $this->provider->appendToSchema($event->getSchema());
 }