| 1 | <?php |
||
| 12 | class Yarak |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Call a Yarak console command. |
||
| 16 | * |
||
| 17 | * @param string $command |
||
| 18 | * @param array $arguments Argument array. |
||
| 19 | * @param FactoryDefault $di DI, may be necessary for php 5.6. |
||
| 20 | * @param bool $debug If true, use and return buffered output. |
||
| 21 | */ |
||
| 22 | public static function call( |
||
| 42 | } |
||
| 43 |