Exemple #1
0
 /**
  * @param string $path
  * @return boolean
  */
 public function exists($path)
 {
     return $this->_adapter->exists($path);
 }