Example #1
0
 function getApiList($path)
 {
     $file = $this->basePath . '/' . ltrim($path, '/');
     $res = $this->getContent($file);
     $res = array_keys($this->parseArr($res, 1));
     Helper_Array::unsetByValuer($res, '_meta');
     return $res;
 }