PHP Класс Themosis\Facades\Input

Наследование: extends Facade
Показать файл Открыть проект

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

Метод Описание
all ( ) : array Get all of the input and files for the request.
get ( string $key = null, mixed $default = null ) : mixed Get an item from the input data.

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

Метод Описание
getFacadeAccessor ( ) : string Return the service provider key responsible for the request class.

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

all() публичный статический Метод

Get all of the input and files for the request.
public static all ( ) : array
Результат array

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

This method is used for all request verbs (GET, POST, PUT, and DELETE).
public static get ( string $key = null, mixed $default = null ) : mixed
$key string
$default mixed A default value if not found.
Результат mixed

getFacadeAccessor() защищенный статический Метод

The key must be the same as the one used when registering the service provider.
protected static getFacadeAccessor ( ) : string
Результат string