Home
last modified time | relevance | path

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

/plugin/move/helper/
H A Dplan.php371 $todo = $this->stepThroughDocuments(self::TYPE_PAGES, $skip);
377 $todo = $this->stepThroughDocuments(self::TYPE_MEDIA, $skip);
467 protected function stepThroughDocuments($type = self::TYPE_PAGES, $skip = false) { function in helper_plugin_move_plan
/plugin/move/_test/
H A DstepThroughDocuments.test.php16 return $this->stepThroughDocuments($type, $skip);