示例#1
0
 /**
  * 差分ファイルの存在確認
  * @static
  */
 public function diff_exist()
 {
     return FileFactory::factory('diff', $this->page)->has();
 }