PHP Класс Yosymfony\Spress\HttpServer\ServerRequest

Автор: Victor Puertas ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Request $request, string $documentRoot, string $serverRoot ) Constructor.
getIp ( ) : string Gets the client IP.
getMimeType ( ) : string. Gets the Mime Type.
getPath ( ) : string Gets the path. e.g: /index.html.
getPathFilename ( ) : string Gets the path with "index.html" append.
isInternal ( ) : boolean Is internal resource?

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Request $request, string $documentRoot, string $serverRoot )
$request Symfony\Component\HttpFoundation\Request
$documentRoot string Path to the document root
$serverRoot string Path to the server root

getIp() публичный Метод

Gets the client IP.
public getIp ( ) : string
Результат string

getMimeType() публичный Метод

Gets the Mime Type.
public getMimeType ( ) : string.
Результат string.

getPath() публичный Метод

Gets the path. e.g: /index.html.
public getPath ( ) : string
Результат string

getPathFilename() публичный Метод

Gets the path with "index.html" append.
public getPathFilename ( ) : string
Результат string Absolute path using either document root or server root (iternal requests)

isInternal() публичный Метод

Is internal resource?
public isInternal ( ) : boolean
Результат boolean