- Is returned by the router if a route is found in the form of an ezcMvcRoutingInformation object.
<?php
class ezcMvcRoutingInformation extends ezcBaseStruct
{
public $matchedRoute;
public $controllerClass;
public $action;
?>
<?php
class ezcMvcRoutingInformation extends ezcBaseStruct
{
public $matchedRoute;
public $controllerClass;
public $action;
?>