Beispiel #1
0
 /**
  * @param integer $id
  * @return Post
  */
 public static function findById($id)
 {
     return Post::findById($id);
 }