Example #1
0
 /**
  * RouteCollection constructor
  */
 public function __construct()
 {
     parent::__construct(new Compiler([Compiler::TAG_SEPARATOR => '.', Compiler::CAPTURE_MODE => Compiler::CAPTURE_LEFT | Compiler::CAPTURE_TRAIL]));
 }