コード例 #1
0
ファイル: Template.php プロジェクト: sourcefabric/newscoop
 /**
  * Test is writable
  *
  * @param string $dest
  * @return bool
  */
 public function isWritable($dest)
 {
     return $this->storage->isWritable($dest);
 }