Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSource.php180 $authors = $this->get_authors();
188 public function get_authors() function in SimplePie\\Source
H A DItem.php467 $authors = $this->get_authors();
553 public function get_authors() function in SimplePie\\Item
605 } elseif (($source = $this->get_source()) && ($authors = $source->get_authors())) {
607 } elseif ($authors = $this->feed->get_authors()) {
H A DSimplePie.php2424 $authors = $this->get_authors();
2440 public function get_authors() function in SimplePie\\SimplePie