TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tree\EditableNodeLabelInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\EditableNodeLabelInterface:
t3lib_tree_LabelEditable

Public Member Functions

 setLabel ($label)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Describes necessary methods if the node label should be editable within the tree.

Author
Stefan Galinski stefa.nosp@m.n.ga.nosp@m.linsk.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om
Steffen Ritter info@.nosp@m.stef.nosp@m.fen-r.nosp@m.itte.nosp@m.r.net

Definition at line 23 of file EditableNodeLabelInterface.php.

Member Function Documentation

◆ setLabel()

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

Sets the new label

Parameters
string$label
Returns
void