Class

UrlControllerMapper

Package: MVC\Dispatcher Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2016 11 15 Since: PHPBoost 3.0 - 2009 06 08 Contributor: mipel mipel@phpboost.com Located at: mvc/dispatcher/UrlControllerMapper.class.php

Call the controller method matching an url

AbstractUrlMapper implements UrlMapper
Extended by UrlControllerMapper
Methods summary
public
# __construct( string $classname, string $capture_regex = '`^/?$`u', string $parameters_names = array() )

build a new UrlDispatcherItem

public
# call( )

Call the controller method if the url match and if the method exists