Property | Type | Description | |
---|---|---|---|
$newName | string | New name of node |
Method | Description | |
---|---|---|
execute ( |
Renames the node to the new name. | |
isTransformable ( |
Returns TRUE if the given node does not yet have the new name. | |
setNewName ( string $newName ) : void | Sets the new name for the node to change. |
public isTransformable ( |
||
$node | ||
return | boolean |
public setNewName ( string $newName ) : void | ||
$newName | string | |
return | void |