Пример #1
0
 /**
  * @param integer $id
  * @return Site
  */
 public static function findById($id)
 {
     return Site::findById($id);
 }