Home
last modified time | relevance | path

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

/plugin/move/helper/
H A Dplan.php302 $this->addToDocumentList($move['src'], $move['dst'], $move['type']);
326 $this->addToDocumentList($from, $to, $move['type']);
334 $this->addToDocumentList($move['src'], $move['dst'], self::CLASS_NS);
687 protected function addToDocumentList($src, $dst, $type = self::TYPE_PAGES) { function in helper_plugin_move_plan