Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
eZ
Publish
Core
FieldType
RichText
Normalizer
PHP Class eZ\Publish\Core\FieldType\RichText\Normalizer
显示文件
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