Ejemplo n.º 1
0
 public function setTimes($path, $modificationTime = '', $accessTime = '')
 {
     $url = $this->_buildUrl($path, array('op' => 'SETTIMES', 'modificationtime' => $modificationTime, 'accesstime' => $accessTime));
     return $this->curl->put($url);
 }