PHP Class eZ\Publish\Core\FieldType\RichText\Normalizer

Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
accept ( string $input ) : boolean Check if normalizer accepts given $input for normalization.
normalize ( string $input ) : string Normalizes given $input and returns the result.

Method Details

accept() abstract public method

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

normalize() abstract public method

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