Searched refs:ignoreUnmapped (Results 1 – 2 of 2) sorted by relevance
17 …* @param bool $ignoreUnmapped Indicates whether to ignore an unmapped type and not return any do…19 public function __construct(string $type, string $id, bool $ignoreUnmapped = false) argument23 $this->setIgnoreUnmapped($ignoreUnmapped);36 private function setIgnoreUnmapped(bool $ignoreUnmapped = false): void argument38 $this->setParam('ignore_unmapped', $ignoreUnmapped);
316 public function parent_id(string $type, $id, bool $ignoreUnmapped = false): ParentId argument318 return new ParentId($type, $id, $ignoreUnmapped);