PHP 인터페이스 Pop\Validator\ValidatorInterface

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP

공개 메소드들

메소드 설명
getCondition ( ) : boolean Method to get the validator condition
getInput ( ) : mixed Method to get the validator input
getMessage ( ) : boolean Method to get the validator default message
getValue ( ) : mixed Method to get the validator value
setCondition ( boolean $condition ) : Validator Method to set the validator condition
setInput ( mixed $input ) : Validator Method to set the validator input
setMessage ( string $message ) : Validator Method to set the validator default message
setValue ( mixed $value ) : Validator Method to set the validator value

메소드 상세

getCondition() 공개 메소드

Method to get the validator condition
public getCondition ( ) : boolean
리턴 boolean

getInput() 공개 메소드

Method to get the validator input
public getInput ( ) : mixed
리턴 mixed

getMessage() 공개 메소드

Method to get the validator default message
public getMessage ( ) : boolean
리턴 boolean

getValue() 공개 메소드

Method to get the validator value
public getValue ( ) : mixed
리턴 mixed

setCondition() 공개 메소드

Method to set the validator condition
public setCondition ( boolean $condition ) : Validator
$condition boolean
리턴 Validator

setInput() 공개 메소드

Method to set the validator input
public setInput ( mixed $input ) : Validator
$input mixed
리턴 Validator

setMessage() 공개 메소드

Method to set the validator default message
public setMessage ( string $message ) : Validator
$message string
리턴 Validator

setValue() 공개 메소드

Method to set the validator value
public setValue ( mixed $value ) : Validator
$value mixed
리턴 Validator