PHP Класс Redaxscript\Client\ClientAbstract

С версии: 2.4.0
Автор: Henry Ruhs
Показать файл Открыть проект

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

Свойство Тип Описание
$_output mixed output of the client
$_request object instance of the request class

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

Метод Описание
__construct ( Request $request ) constructor of the class
getOutput ( ) : string get the output

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

Метод Описание
_detect ( array $setupArray = [], string $type = null ) detect the required type

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

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

constructor of the class
С версии: 2.4.0
public __construct ( Request $request )
$request Redaxscript\Request instance of the request class

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

detect the required type
С версии: 2.4.0
protected _detect ( array $setupArray = [], string $type = null )
$setupArray array array of client setup
$type string type of the client

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

get the output
С версии: 2.4.0
public getOutput ( ) : string
Результат string

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

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

output of the client
protected mixed $_output
Результат mixed

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

instance of the request class
protected object $_request
Результат object