Home
last modified time | relevance | path

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

/web-php/bin/
H A DcreateNewsEntry44 $entry->setImage($image['path'] ?? '', $image['title'] ?? '', $image['link'] ?? '');
222 $entry->setImage($opts['image-path'] ?? '', $opts['image-title'] ?? '', $opts['image-link'] ?? '');
/web-php/src/News/
H A DEntry.php76 public function setImage(string $path, string $title, ?string $link): self { function in phpweb\\News\\Entry

Completed in 8 milliseconds