1 | <?php |
||
7 | class ClearDatabaseCommand extends Command |
||
8 | { |
||
9 | private $getSchemasCommand; |
||
10 | |||
11 | /** |
||
12 | * Constructor. |
||
13 | * |
||
14 | * @param GetSchemasCommand $getSchemasCommand |
||
15 | */ |
||
16 | public function __construct(GetSchemasCommand $getSchemasCommand) |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function getSql() |
||
35 | } |
||
36 |