TYPO3  7.6
Public Member Functions | List of all members
HelperInterface Interface Reference
Inheritance diagram for HelperInterface:
Helper DebugFormatterHelper DescriptorHelper FormatterHelper InputAwareHelper ProcessHelper ProgressHelper QuestionHelper TableHelper

Public Member Functions

 setHelperSet (HelperSet $helperSet=null)
 
 getHelperSet ()
 
 getName ()
 

Detailed Description

HelperInterface is the interface all helpers must implement.

Author
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Definition at line 21 of file HelperInterface.php.

Member Function Documentation

getHelperSet ( )

Gets the helper set associated with this helper.

Returns
HelperSet A HelperSet instance

Implemented in Helper.

getName ( )

Returns the canonical name of this helper.

Returns
string The canonical name

Implemented in ProgressHelper, DialogHelper, TableHelper, ProcessHelper, DebugFormatterHelper, DescriptorHelper, QuestionHelper, and FormatterHelper.

setHelperSet ( HelperSet  $helperSet = null)

Sets the helper set associated with this helper.

Parameters
HelperSet$helperSetA HelperSet instance

Implemented in Helper.