Resolves view scripts based on a stack of paths
Configure object
| Parameters: | array|Traversable – |
|---|---|
| Return type: | void |
| Throws : | ExceptionInvalidArgumentException |
Set default file suffix
| Parameters: | string – |
|---|---|
| Return type: | TemplatePathStack |
Add many paths to the stack at once
| Parameters: | array – |
|---|---|
| Return type: | TemplatePathStack |
Rest the path stack to the paths provided
| Parameters: | SplStack|array – |
|---|---|
| Return type: | TemplatePathStack |
| Throws : | ExceptionInvalidArgumentException |
Normalize a path for insertion in the stack
| Parameters: | string – |
|---|---|
| Return type: | string |
Add a single path to the stack
| Parameters: | string – |
|---|---|
| Return type: | TemplatePathStack |
| Throws : | ExceptionInvalidArgumentException |
Set LFI protection flag
| Parameters: | bool – |
|---|---|
| Return type: | TemplatePathStack |
Return status of LFI protection flag
| Return type: | bool |
|---|
Set flag indicating if stream wrapper should be used if short_open_tag is off
| Parameters: | bool – |
|---|---|
| Return type: | TemplatePathStack |
Should the stream wrapper be used if short_open_tag is off?
Returns true if the use_stream_wrapper flag is set, and if short_open_tag is disabled.
| Return type: | bool |
|---|
Retrieve the filesystem path to a view script
| Parameters: |
|
|---|---|
| Return type: | string |
| Throws : | ExceptionDomainException |