Home
last modified time | relevance | path

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

/web-php/bin/
H A DcreateNewsEntry39 if ($entry->isConference()) {
206 if ($entry->isConference()) {
/web-php/src/News/
H A DEntry.php67 public function isConference(): bool { function in phpweb\\News\\Entry
114 $href = self::WEBROOT . ($this->isConference() ? '/conferences/index.php' : '/index.php');

Completed in 5 milliseconds