Symfony2 API
Class

Symfony\Component\Console\Helper\Helper

abstract class Helper implements HelperInterface

Helper is the base class for all helper classes.

Methods

setHelperSet(HelperSet $helperSet = null)

Sets the helper set associated with this helper.

HelperSet getHelperSet()

Gets the helper set associated with this helper.

Details

at line 28
public setHelperSet(HelperSet $helperSet = null)

Sets the helper set associated with this helper.

Parameters

HelperSet $helperSet A HelperSet instance

at line 38
public HelperSet getHelperSet()

Gets the helper set associated with this helper.

Return Value

HelperSet A HelperSet instance