Home
last modified time | relevance | path

Searched refs:isCommited (Results 1 – 4 of 4) sorted by relevance

/plugin/move/admin/
H A Dmain.php31 if($this->plan->isCommited()) $label .= ' '.$this->getLang('inprogress');
64 if($this->plan->isCommited()) {
85 if($this->plan->isCommited()) {
102 if($this->plan->isCommited()) return false;
H A Dtree.php54 if($plan->isCommited()) {
/plugin/move/action/
H A Dprogress.php52 if(!$plan->isCommited()) {
/plugin/move/helper/
H A Dplan.php200 public function isCommited() { function in helper_plugin_move_plan