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.php184 $authors = $this->get_authors();
195 public function get_authors() function in SimplePie\\Source
H A DItem.php452 $authors = $this->get_authors();
540 public function get_authors() function in SimplePie\\Item
594 } elseif (($source = $this->get_source()) && ($authors = $source->get_authors())) {
596 } elseif ($authors = $this->feed->get_authors()) {
H A DSimplePie.php2623 $authors = $this->get_authors();
2639 public function get_authors() function in SimplePie\\SimplePie