Файл: concrete5.7.5.6/concrete/src/Http/Request.php
Строк: 23
<?php
namespace ConcreteCoreHttp;
/**
* An object that represents a particular request to the Concrete-powered website. The request object then determines what is being requested, based on the path, and presents itself to the rest of the dispatcher (which loads the page, etc...).
*
* @package Core
* @author Andrew Embler <andrew@concrete5.org>
* @category Concrete
* @copyright Copyright (c) 2003-2008 Concrete5. (http://www.concrete5.org)
* @license http://www.concrete5.org/license/ MIT License
*/
class Request extends RequestBase
{
}