PHP 클래스 eZ\Publish\Core\FieldType\RichText\Normalizer

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
accept ( string $input ) : boolean Check if normalizer accepts given $input for normalization.
normalize ( string $input ) : string Normalizes given $input and returns the result.

메소드 상세

accept() 추상적인 공개 메소드

Check if normalizer accepts given $input for normalization.
abstract public accept ( string $input ) : boolean
$input string
리턴 boolean

normalize() 추상적인 공개 메소드

Normalizes given $input and returns the result.
abstract public normalize ( string $input ) : string
$input string
리턴 string