PHP 클래스 DMS\Filter\Filters\ToLower

상속: extends BaseFilter
파일 보기 프로젝트 열기: rdohms/dms-filter 1 사용 예제들

공개 메소드들

메소드 설명
apply ( Rule $rule, $value ) {@inheritDoc}
useEncoding ( ToLower $rule ) : boolean Verify is encoding is set and if we have the proper function to use it

메소드 상세

apply() 공개 메소드

{@inheritDoc}
public apply ( Rule $rule, $value )
$rule DMS\Filter\Rules\Rule

useEncoding() 공개 메소드

Verify is encoding is set and if we have the proper function to use it
public useEncoding ( ToLower $rule ) : boolean
$rule DMS\Filter\Rules\ToLower
리턴 boolean