Home
last modified time | relevance | path

Searched refs:MoveOperator (Results 1 – 3 of 3) sorted by relevance

/plugin/move/action/
H A Drename.php96 $MoveOperator = plugin_load('helper', 'move_op');
102 if($this->renameOkay($src) && $MoveOperator->movePage($src, $dst)) {
/plugin/move/_test/
H A DstepThroughDocuments.test.php12 $this->MoveOperator = new helper_plugin_move_op_mock;
20 return $this->MoveOperator;
24 $this->MoveOperator = $newMoveOPerator;
/plugin/move/helper/
H A Dplan.php65 protected $MoveOperator = null; variable in helper_plugin_move_plan
86 $this->MoveOperator = plugin_load('helper', 'move_op');
496 if(!$this->MoveOperator->$call($src, $dst)) {