Exemplo n.º 1
0
 /**
  * @{inheritDoc}
  */
 public function browse($directory = '')
 {
     return array_keys($this->dispatcher->fill($this->content->browse($directory))->compile());
 }
Exemplo n.º 2
0
 /**
  * @{inheritDoc}
  */
 public function browse($directory = '')
 {
     return $this->content->browse($directory);
 }