| 1 | <?php | ||
| 12 | class SchemaConfigurator implements SchemaConfiguratorInterface | ||
| 13 | { | ||
| 14 | /** | ||
| 15 | * @var StringLiteral | ||
| 16 | */ | ||
| 17 | protected $tableName; | ||
| 18 | |||
| 19 | /** | ||
| 20 | * @param StringLiteral $tableName | ||
| 21 | */ | ||
| 22 | public function __construct(StringLiteral $tableName) | ||
| 26 | |||
| 27 | /** | ||
| 28 | * @inheritdoc | ||
| 29 | */ | ||
| 30 | public function configure(AbstractSchemaManager $schemaManager) | ||
| 89 | } | ||
| 90 |