PHP Class DMS\Filter\Rules\PregReplace

Inheritance: extends Rule
Datei anzeigen Open project: rdohms/dms-filter Class Usage Examples

Public Properties

Property Type Description
$regexp string Regular Expression to use
$replacement string Replacement

Public Methods

Method Description
getDefaultOption ( ) {@inheritDoc}

Method Details

getDefaultOption() public method

{@inheritDoc}
public getDefaultOption ( )

Property Details

$regexp public_oe property

Regular Expression to use
public string $regexp
return string

$replacement public_oe property

Replacement
public string $replacement
return string