コード例 #1
0
ファイル: Driver.php プロジェクト: jigoshop/Jigoshop2
 /**
  * @return bool
  */
 protected function driverClear()
 {
     return (bool) Directory::rrmdir($this->getPath(true));
 }