메소드 |
설명 |
|
execute ( NodeData $node ) : void |
Change the property on the given node. |
|
isTransformable ( NodeData $node ) : boolean |
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. |
|