PHP 클래스 Neos\ContentRepository\Migration\Transformations\RenameNode

상속: extends AbstractTransformation
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$newName string New name of node

공개 메소드들

메소드 설명
execute ( NodeData $node ) : void Renames the node to the new name.
isTransformable ( NodeData $node ) : boolean 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.

메소드 상세

execute() 공개 메소드

Renames the node to the new name.
public execute ( NodeData $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 void

isTransformable() 공개 메소드

Returns TRUE if the given node does not yet have the new name.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 boolean

setNewName() 공개 메소드

Sets the new name for the node to change.
public setNewName ( string $newName ) : void
$newName string
리턴 void

프로퍼티 상세

$newName 보호되어 있는 프로퍼티

New name of node
protected string $newName
리턴 string