コード例 #1
0
 /**
  * get the id of the parent folder of a file
  *
  * @param string $file
  * @return int
  */
 public function getParentId($file)
 {
     return $this->cache->getParentId($file);
 }