Lines Matching defs:image
14 * Represents the image of a page in a {@link PageImages}
20 const PAGE_IMAGE = "page-image";
31 private WikiPath $image;
41 public function __construct(WikiPath $image, MarkupPath $page)
43 $this->image = $image;
48 * @param WikiPath $image
52 public static function create(WikiPath $image, ResourceCombo $page): PageImage
54 return new PageImage($image, $page);
70 throw new ExceptionCompile("The page image usage value ($value) is not valid.");
79 return $this->image;