프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$newPropertyName | string | New name of property | |
$oldPropertyName | string | Property name to change |
메소드 | 설명 | |
---|---|---|
execute ( |
Renames the configured property to the new name. | |
isTransformable ( |
Returns TRUE if the given node has a property with the name to work on and does not yet have a property with the name to rename that property to. | |
setFrom ( string $oldPropertyName ) : void | Sets the name of the property to change. | |
setTo ( string $newPropertyName ) : void | Sets the new name for the property to change. |
public isTransformable ( |
||
$node | ||
리턴 | boolean |