| METHODS | |
|---|---|
__construct()
| constructor. |
load()
| loads a template. |
isAbsolutePath()
| returns true if the file is an existing absolute path. |
Constructor.
| ARGUMENTS | |
|---|---|
$templatePathPatterns |
An array of path patterns to look for templates |
Loads a template.
| ARGUMENTS | |
|---|---|
$template |
The logical template name |
$renderer |
The renderer to use |
returns false if the template cannot be loaded, a sfTemplateStorage instance otherwise
Returns true if the file is an existing absolute path.
| ARGUMENTS | |
|---|---|
$file |
A path |
returns if the path exists and is absolute, false otherwise
