コード例 #1
0
ファイル: Util.php プロジェクト: jankichaudhari/yii-site
 /**
  * Copied from http://php.net/manual/en/function.rmdir.php comment
  * @param $folderPath
  * @return bool
  * @deprecated   since r1234 moved to FileSystem
  * @see          FileSystem
  */
 public static function removeDirectory($folderPath)
 {
     return FileSystem::removeDirectory($folderPath);
 }
コード例 #2
0
 private function wipeFolder()
 {
     return FileSystem::removeDirectory($this->getFolderPath());
 }