Lines Matching defs:skip
358 * @param bool $skip set to true to skip the next first step (skip error)
362 public function nextStep($skip = false) {
371 $todo = $this->stepThroughDocuments(self::TYPE_PAGES, $skip);
377 $todo = $this->stepThroughDocuments(self::TYPE_MEDIA, $skip);
464 * @param bool $skip should the first item be skipped?
467 protected function stepThroughDocuments($type = self::TYPE_PAGES, $skip = false) {
492 if($skip === true) {
493 $skip = false;
499 // automatically skip this item only if wanted...