Ejemplo n.º 1
0
 public function getAuthors()
 {
     $authors = Author::getAuthors();
     return $authors;
 }