Вход Регистрация
Файл: library/XenForo/Route/Prefix/Account.php
Строк: 19
<?php

class XenForo_Route_Prefix_Account implements XenForo_Route_Interface
{
    
/**
     * Match a specific route for an already matched prefix.
     *
     * @see XenForo_Route_Interface::match()
     */
    
public function match($routePathZend_Controller_Request_Http $requestXenForo_Router $router)
    {
        return 
$router->getRouteMatch('XenForo_ControllerPublic_Account'$routePath'account');
    }
}
Онлайн: 1
Реклама