PHP Класс Minify_Env, minify

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$cookie
$get
$post
$server

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

Метод Описание
__construct ( $options = [] )
cookie ( $key = null, $default = null )
get ( $key = null, $default = null )
getDocRoot ( ) : string
getRequestUri ( ) : string
normalizePath ( string $path ) : string turn windows-style slashes into unix-style, remove trailing slash and lowercase drive letter
post ( $key = null, $default = null )
server ( $key = null )

Защищенные методы

Метод Описание
computeDocRoot ( array $server ) : string Compute $_SERVER['DOCUMENT_ROOT'] for IIS using SCRIPT_FILENAME and SCRIPT_NAME.

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

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

public __construct ( $options = [] )

computeDocRoot() защищенный Метод

Compute $_SERVER['DOCUMENT_ROOT'] for IIS using SCRIPT_FILENAME and SCRIPT_NAME.
protected computeDocRoot ( array $server ) : string
$server array
Результат string

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

public get ( $key = null, $default = null )

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

public getDocRoot ( ) : string
Результат string

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

public getRequestUri ( ) : string
Результат string

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

turn windows-style slashes into unix-style, remove trailing slash and lowercase drive letter
public normalizePath ( string $path ) : string
$path string absolute path
Результат string

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

public post ( $key = null, $default = null )

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

public server ( $key = null )

Описание свойств

$get защищенное свойство

protected $get

$post защищенное свойство

protected $post

$server защищенное свойство

protected $server