Home
last modified time | relevance | path

Searched refs:setContent (Results 1 – 3 of 3) sorted by relevance

/web-php/bin/
H A DcreateNewsEntry46 $entry->setContent(getContent());
229 $entry->setContent($opts['content']);
232 $entry->setContent(stream_get_contents(STDIN));
234 $entry->setContent(file_get_contents($opts['content-file']));
H A DcreateReleaseEntry48 ->setContent($template);
/web-php/src/News/
H A DEntry.php91 public function setContent(string $content): self { function in phpweb\\News\\Entry

Completed in 10 milliseconds