| METHODS | |
|---|---|
__construct()
| |
set()
| sets a helper. |
has()
| returns true if the helper if defined. |
get()
| gets a helper value. |
setEngine()
| sets the template engine associated with this helper set. |
getEngine()
| gets the template engine associated with this helper set. |
Sets a helper.
| ARGUMENTS | |
|---|---|
$value |
The helper instance |
$alias |
An alias |
Returns true if the helper if defined.
| ARGUMENTS | |
|---|---|
$name |
The helper name |
returns true if the helper is defined, false otherwise
Gets a helper value.
| ARGUMENTS | |
|---|---|
$name |
The helper name |
returns The helper instance
throws InvalidArgumentException if the helper is not defined
Sets the template engine associated with this helper set.
| ARGUMENTS | |
|---|---|
$engine |
A sfTemplateEngine instance |
Gets the template engine associated with this helper set.
returns A sfTemplateEngine instance
