bramus / router

A lightweight and simple object oriented PHP Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessors and named routes

drnkwati opened this issue · comments

Hi @bramus

Please provide getter methods for after route properties.
getAfterRoutes()
getBeforeRoutes()

It will also be nice to have other options like named routes?

Thanks