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