| 1 | <?php |
||
| 8 | class Connector extends elFinderConnector |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * response. |
||
| 12 | * |
||
| 13 | * @var mixed |
||
| 14 | */ |
||
| 15 | protected $response; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * run. |
||
| 19 | * |
||
| 20 | * @return mixed |
||
| 21 | */ |
||
| 22 | public function run() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * access. |
||
| 31 | * |
||
| 32 | * @param array $attr |
||
| 33 | * @param string $path |
||
| 34 | * @param array $data |
||
| 35 | * @param string $volume |
||
| 36 | * @param bool $isDir |
||
| 37 | * @return bool|null |
||
| 38 | */ |
||
| 39 | public static function access($attr, $path, $data, $volume, $isDir) |
||
| 45 | |||
| 46 | /** |
||
| 47 | * output. |
||
| 48 | * |
||
| 49 | * @param array $data |
||
| 50 | * |
||
| 51 | * @return mixed |
||
| 52 | */ |
||
| 53 | protected function output(array $data) |
||
| 60 | } |
||
| 61 |