| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class SchemaManager |
||
| 8 | { |
||
| 9 | protected static $schemaManager; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Create SchemaManager instance. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function __construct() |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * get SchemaManager instance. |
||
| 23 | * |
||
| 24 | * @return \Doctrine\DBAL\Schema\AbstractSchemaManager |
||
| 25 | */ |
||
| 26 | public static function getInstance() |
||
| 35 |