Exemple #1
0
 /**
  * Create a part RouteMatch with given parameters and length.
  *
  * @param  array   $params
  * @param  int $length
  */
 public function __construct(array $params, $length = 0)
 {
     parent::__construct($params);
     $this->length = $length;
 }