Property | Type | Description | |
---|---|---|---|
$compiledRules | array | Compiled rules, which can directly be applied to the input strings. | |
$compiler | Transformation compiler. | ||
$ruleFiles | array | Parsed rule files. |
Method | Description | |
---|---|---|
__construct ( |
Construct instance of TransformationProcessor. | |
transform ( string $string, array $ruleNames = [] ) : string | Transform the given string. | |
transformByGroup ( string $string, string $ruleGroup ) : string | Transform the given string by group. |
Method | Description | |
---|---|---|
getRules ( ) : array | Loads rules. |
public __construct ( |
||
$compiler | ||
$ruleFiles | array |
protected array $compiledRules | ||
return | array |
protected PcreCompiler,eZ\Publish\Core\Persistence\TransformationProcessor $compiler | ||
return |