Exemplo n.º 1
0
 /**
  * get the path of a file on this storage by it's id
  *
  * @param int $id
  * @return string|null
  */
 public function getPathById($id)
 {
     return $this->cache->getPathById($id);
 }