| 1 | <?php |
||
| 19 | class ClearCache extends BaseCommand { |
||
| 20 | /** |
||
| 21 | * Run the image conversion script |
||
| 22 | * |
||
| 23 | * @param array $args |
||
| 24 | * @param array $options |
||
| 25 | * @return void |
||
| 26 | * @throws \ConsoleKit\ConsoleException |
||
| 27 | */ |
||
| 28 | public function execute(array $args, array $options = array()) |
||
| 36 | } |
||
| 37 | // End of ClearCache.php |