<?php
class ezcMvcRoutingInformation extends ezcBaseStruct
{
    public 
$matchedRoute;
    public 
$controllerClass;
    public 
$action;
?>