Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper::getName PHP Méthode

getName() public méthode

Returns the canonical name of this helper.
public getName ( ) : string
Résultat string The canonical name
    public function getName()
    {
        return 'router';
    }