| 1 | <?php  | 
            ||
| 9 | class SchemaConfigurator implements SchemaConfiguratorInterface  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @var StringLiteral  | 
            ||
| 13 | */  | 
            ||
| 14 | protected $tableName;  | 
            ||
| 15 | |||
| 16 | /**  | 
            ||
| 17 | * @param StringLiteral $tableName  | 
            ||
| 18 | */  | 
            ||
| 19 | public function __construct(StringLiteral $tableName)  | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * @inheritdoc  | 
            ||
| 26 | */  | 
            ||
| 27 | public function configure(AbstractSchemaManager $schemaManager)  | 
            ||
| 59 | }  | 
            ||
| 60 |