listPaths() public method

.
public listPaths ( string $path )
$path string
 /**
  * Get available paths starting from path
  *
  * @param string $path
  * @return array
  */
 private function getPaths($path)
 {
     return $this->reqCachePaths = $this->service->listPaths($path);
 }