Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 628 Bytes

Light_Router.md

File metadata and controls

21 lines (12 loc) · 628 Bytes

Ling/Light_Router

2019-09-20 --> 2021-05-31

Table of contents

  • LightRouterService – The LightRouterService class.
    • LightRouter::__construct – Builds the LightRouter instance.
    • LightRouter::match – Tests the given httpRequest against the routes until one matches.
    • LightRouter::getMatchingRoute – returns the matching route if there was a match, or false otherwise.

Dependencies