Documentation

HelperInterface

HelperInterface is the interface all helpers must implement.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

getHelperSet()  : HelperSet|null
Gets the helper set associated with this helper.
getName()  : string
Returns the canonical name of this helper.
setHelperSet()  : mixed
Sets the helper set associated with this helper.

Methods

getName()

Returns the canonical name of this helper.

public getName() : string
Return values
string

setHelperSet()

Sets the helper set associated with this helper.

public setHelperSet([HelperSet $helperSet = null ]) : mixed
Parameters
$helperSet : HelperSet = null
Return values
mixed

Search results