TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Tree\EditableNodeLabelInterface Interface Reference

Public Member Functions

 setLabel ($label)
 

Detailed Description

Describes necessary methods if the node label should be editable within the tree.

Definition at line 21 of file EditableNodeLabelInterface.php.

Member Function Documentation

◆ setLabel()

TYPO3\CMS\Backend\Tree\EditableNodeLabelInterface::setLabel (   $label)

Sets the new label

Parameters
string$label
Returns
void