Свойство | Тип | Описание | |
---|---|---|---|
$currentValuePlaceholder | string | Placeholder for the current property value to be inserted in newValue. | |
$newValue | string | ||
$propertyName | string | ||
$replace | string | ||
$search | string |
Метод | Описание | |
---|---|---|
execute ( |
Change the property on the given node. | |
isTransformable ( |
If the given node has the property this transformation should work on, this returns TRUE. | |
setCurrentValuePlaceholder ( string $currentValuePlaceholder ) : void | The value of this option (defaults to "{current}") will be used to include the current property value into the new value. | |
setNewValue ( string $newValue ) : void | New property value to be set. | |
setProperty ( string $propertyName ) : void | Sets the name of the property to change. | |
setReplace ( string $replace ) : void | Replacement for the search string | |
setSearch ( string $search ) : void | Search string to replace in current property value. |
public isTransformable ( |
||
$node | ||
Результат | boolean |
public setCurrentValuePlaceholder ( string $currentValuePlaceholder ) : void | ||
$currentValuePlaceholder | string | |
Результат | void |
public setNewValue ( string $newValue ) : void | ||
$newValue | string | |
Результат | void |
public setProperty ( string $propertyName ) : void | ||
$propertyName | string | |
Результат | void |
public setReplace ( string $replace ) : void | ||
$replace | string | |
Результат | void |
protected string $currentValuePlaceholder | ||
Результат | string |