Ejemplo n.º 1
0
 /**
  * Test is writable
  *
  * @param string $dest
  * @return bool
  */
 public function isWritable($dest)
 {
     return $this->storage->isWritable($dest);
 }