PHP 클래스 ZF\Apigility\Admin\InputFilter\RestService\PostInputFilter

상속: extends Zend\InputFilter\InputFilter
파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$isUpdate boolean
$localMessages array

공개 메소드들

메소드 설명
getMessages ( ) : array Override getMessages() to ensure our conditional logic messages can be passed upward
init ( ) Initialize input filter
isValid ( ) : boolean Override isValid to provide conditional input checking

보호된 메소드들

메소드 설명
isValidService ( ) : boolean Is the service valid?

메소드 상세

getMessages() 공개 메소드

Override getMessages() to ensure our conditional logic messages can be passed upward
public getMessages ( ) : array
리턴 array

init() 공개 메소드

Initialize input filter
public init ( )

isValid() 공개 메소드

Override isValid to provide conditional input checking
public isValid ( ) : boolean
리턴 boolean

isValidService() 보호된 메소드

Ensures that one of the following is present: - service_name OR - adapter_name AND table_name
protected isValidService ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected bool $isUpdate
리턴 boolean

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

protected array $localMessages
리턴 array