Beispiel #1
0
 /**
  * Renames the node to the new name.
  *
  * @param \TYPO3\TYPO3CR\Domain\Model\NodeInterface $node
  * @return void
  */
 public function execute(\TYPO3\TYPO3CR\Domain\Model\NodeInterface $node)
 {
     $node->setName($this->newName);
 }