Documentation

HelperInterface

HelperInterface is the interface all helpers must implement.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Methods

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

Methods

getName()

Returns the canonical name of this helper.

public getName() : string
Return values
string

        
On this page

Search results