Home
last modified time | relevance | path

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

/plugin/move/
Dremote.php25 $MoveOperator = plugin_load('helper', 'move_op');
29 if (!$MoveOperator->movePage($fromId, $toId)) {
50 $MoveOperator = plugin_load('helper', 'move_op');
54 if (!$MoveOperator->moveMedia($fromId, $toId)) {
/plugin/move/_test/
DstepThroughDocuments.test.php12 $this->MoveOperator = new helper_plugin_move_op_mock;
20 return $this->MoveOperator;
24 $this->MoveOperator = $newMoveOPerator;
/plugin/move/action/
Drename.php110 $MoveOperator = plugin_load('helper', 'move_op');
114 if($this->renameOkay($src) && $MoveOperator->movePage($src, $dst)) {
/plugin/move/helper/
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)) {