Exemplo n.º 1
0
 public function __construct($match_id)
 {
     parent::__construct($match_id);
 }
Exemplo n.º 2
0
 /**
  * @param int $match_id
  */
 public function __construct($match_id = null)
 {
     if (!is_null($match_id)) {
         parent::__construct($match_id);
     }
 }