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