PHP 클래스 Bluz\Validator\Rule\Alpha

상속: extends Bluz\Validator\Rule\AbstractCtypeRule
파일 보기 프로젝트 열기: bluzphp/framework 1 사용 예제들

공개 메소드들

메소드 설명
getTemplate ( ) : string Get error template

보호된 메소드들

메소드 설명
validateClean ( string $input ) : boolean Check for alphabetic character(s)

메소드 상세

getTemplate() 공개 메소드

Get error template
public getTemplate ( ) : string
리턴 string

validateClean() 보호된 메소드

Check for alphabetic character(s)
protected validateClean ( string $input ) : boolean
$input string
리턴 boolean