コード例 #1
0
 /**
  * Checks whether the Subversion project has been modified.
  *
  * @return boolean
  */
 public function checkModified()
 {
     $result = new Xinc_Plugin_Repos_ModificationSet_Result();
     $result->setChanged(true);
     $result->setStatus(Xinc_Plugin_Repos_ModificationSet_AbstractTask::CHANGED);
     return $result;
 }