diff --git a/src/Symfony/Components/Templating/Helper/Helper.php b/src/Symfony/Components/Templating/Helper/Helper.php index 16c7225fea..eff8024032 100644 --- a/src/Symfony/Components/Templating/Helper/Helper.php +++ b/src/Symfony/Components/Templating/Helper/Helper.php @@ -14,6 +14,9 @@ namespace Symfony\Components\Templating\Helper; /** * Helper is the base class for all helper classes. * + * Most of the time, a Helper is an adapter around an existing + * class that exposes a read-only interface for templates. + * * @package Symfony * @subpackage Components_Templating * @author Fabien Potencier