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

/**
 * Route prefix handler for the appearance section of the admin control panel.
 *
 * @package XenForo_Appearance
 */
class XenForo_Route_PrefixAdmin_Appearance 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_ControllerAdmin_Appearance'$routePath'appearance');
    }
}
Онлайн: 1
Реклама