UrlMapper Package: MVC\Dispatcher Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2009 10 17 Located at: mvc/dispatcher/UrlMapper.class.php Call the controller method matching an url Direct known implementers AbstractUrlMapper Indirect known implementers UrlControllerMapper, UrlRedirectMapper Methods summary public boolean # match( string $url ) Returns true if the UrlDispatcherItem match the url Returns true if the UrlDispatcherItem match the url Parameters $url the to match Returns booleantrue if the UrlDispatcherItem match the url public # call( string $url,… ) Call the controller method if the url match and if the method exists Call the controller method if the url match and if the method exists Parameters $url,… the url Throws NoUrlMatchException NoSuchControllerMethodException