H A D | Entry.php | 30 protected $title = ''; variable in phpweb\\News\\Entry 42 public function setTitle(string $title): self { argument 43 $this->title = $title; 76 public function setImage(string $path, string $title, ?string $link): self { argument 85 'title' => $title, 118 self::ce($dom, "title", $this->title, [], $item);
|