프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$newName | string | New name of node |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | boolean |
public setNewName ( string $newName ) : void | ||
$newName | string | |
리턴 | void |