PHP 클래스 Webiny\Component\Http\Request\Query

상속: use trait Webiny\Component\StdLib\StdLibTrait
파일 보기 프로젝트 열기: Webiny/Framework 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
get ( string $key, null $value = null ) : string Get the value from GET for the given $key.
getAll ( ) : array Returns a list of all GET values.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

get() 공개 메소드

Get the value from GET for the given $key.
public get ( string $key, null $value = null ) : string
$key string Key name.
$value null Default value that will be returned if the $key is not found.
리턴 string Value under the defined $key.

getAll() 공개 메소드

Returns a list of all GET values.
public getAll ( ) : array
리턴 array