Ejemplo n.º 1
0
 /**
  * Create this instance from given routers.
  *
  * @param RouterInterface[] $routers
  */
 public function __construct(array $routers)
 {
     parent::__construct($routers);
     $this->pattern = parent::getPattern();
 }