Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     $this->routeRegex = Route::compile($this->uri, $this->regex);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function compile($uri, array $regex = null)
 {
     return BaseRoute::compile($uri, $regex);
 }