PHP 클래스 Airship\Engine\Security\Filter\WhiteList

상속: extends InputFilter
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$allowedValues array

공개 메소드들

메소드 설명
__construct ( $values ) WhiteList constructor.
process ( mixed $data = null ) : mixed Process data using the filter rules.

보호된 메소드들

메소드 설명
addToWhiteList ( $values )

메소드 상세

__construct() 공개 메소드

WhiteList constructor.
public __construct ( $values )
$values

addToWhiteList() 보호된 메소드

protected addToWhiteList ( $values )
$values

process() 공개 메소드

Process data using the filter rules.
public process ( mixed $data = null ) : mixed
$data mixed
리턴 mixed

프로퍼티 상세

$allowedValues 보호되어 있는 프로퍼티

protected array $allowedValues
리턴 array