Esempio n. 1
0
 /**
  * get all posts
  * @return mixed
  */
 public function getAll()
 {
     return Posts::getAll();
 }