public function __construct($match_id)
 {
     parent::__construct($match_id);
 }
 /**
  * @param int $match_id
  */
 public function __construct($match_id = null)
 {
     if (!is_null($match_id)) {
         parent::__construct($match_id);
     }
 }