class ApacheMatcherDumper extends MatcherDumper
deprecated
since version 2.5, to be removed in 3.0. The performance gains are minimal and it's very hard to replicate the behavior of PHP implementation.
Dumps a set of Apache mod_rewrite rules.
Methods
__construct(RouteCollection $routes) Constructor. from MatcherDumper RouteCollection getRoutes() Gets the routes to dump. from MatcherDumper string dump(array $options = array()) Dumps a set of Apache mod_rewrite rules.
Detai