| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
patTemplate reader that reads HTML_Template_IT files $Id: IT.php 10381 2008-06-01 03:35:53Z pasamio $
| Author: | Stephan Schmidt <schst@php.net> |
| File Size: | 233 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
patTemplate_Reader_IT:: (5 methods):
parseString()
readTemplates()
loadTemplate()
_resolveFullPath()
_getFileContents()
Class: patTemplate_Reader_IT - X-Ref
patTemplate reader that reads HTML_Template_IT files| parseString( $string ) X-Ref |
| parse templates from string param: string string to parse return: array templates |
| readTemplates( $input ) X-Ref |
| read templates from any input param: string file to parse return: array templates |
| loadTemplate( $input ) X-Ref |
| load template from any input If the a template is loaded, the content will not get analyzed but the whole content is returned as a string. param: mixed input to load from. return: string template content |
| _resolveFullPath( $filename ) X-Ref |
| resolve path for a template param: string filename return: string full path |
| _getFileContents( $file ) X-Ref |
| get the contents of a file param: string filename return: string file contents |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |