Пример #1
0
 /**
  * @param int $id
  * @return Partie
  */
 public static function getById($id)
 {
     return parent::getById($id);
 }