Home
last modified time | relevance | path

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

/plugin/move/helper/
H A Dplan.php211 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_PAGES);
221 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_MEDIA);
231 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_PAGES);
241 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_MEDIA);
253 protected function addMove($src, $dst, $class = self::CLASS_NS, $type = self::TYPE_PAGES) { function in helper_plugin_move_plan