PHP 클래스 Themosis\Facades\Input

상속: extends Facade
파일 보기 프로젝트 열기: themosis/framework

공개 메소드들

메소드 설명
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