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.php181 $authors = $this->get_authors();
189 public function get_authors() function in SimplePie\\Source
H A DItem.php468 $authors = $this->get_authors();
554 public function get_authors() function in SimplePie\\Item
606 } elseif (($source = $this->get_source()) && ($authors = $source->get_authors())) {
608 } elseif ($authors = $this->feed->get_authors()) {
H A DSimplePie.php2426 $authors = $this->get_authors();
2442 public function get_authors() function in SimplePie\\SimplePie