예제 #1
0
 /**
  * Get a guestbook by userid.
  * @param int $userid
  * @return GWF_Guestbook
  */
 public function getGuestbook($userid)
 {
     return GWF_Guestbook::getByUID($userid);
 }