Class

Dispatcher

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 06 08 Located at: mvc/dispatcher/Dispatcher.class.php
Methods summary
public
# __construct( <code>UrlControllerMapper[]</code> $url_controller_mappers )

build a new Dispatcher from a UrlDispatcherItem List

public
# dispatch( )

dispatch the current url argument to the first method matching in the

UrlControllerMapper

list of the controller object

Constants summary
string URL_PARAM_NAME
# 'url'