represents a Dwoo template contained in a file
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Located in /Dwoo/Template/File.php (line 17)
Dwoo_Template_String | --Dwoo_Template_File
template filename
include path(s) to look into to find this template
resolved path cache when looking for a file in multiple include paths
this is reset when the include path is changed
Inherited from Dwoo_Template_String
Dwoo_Template_String::$cache
Dwoo_Template_String::$cacheId
Dwoo_Template_String::$cacheTime
Dwoo_Template_String::$chmod
Dwoo_Template_String::$compilationEnforced
Dwoo_Template_String::$compileId
Dwoo_Template_String::$compiler
Dwoo_Template_String::$name
returns a new template object from the given include name, null if no include is possible (resource not found), or false if include is not permitted by this resource type
creates a template from a file
returns the full compiled file name and assigns a default value to it if required
returns some php code that will check if this template has been modified or not
if the function returns null, the template will be instanciated and then the Uid checked
returns this template's source filename
returns the resource name for this template class
returns the template source of this template
returns an unique value identifying the current version of this template, in this case it's the unix timestamp of the last modification
Checks if compiled file is valid (exists and it's the modification is greater or equal to the modification time of the template file)
sets the include path(s) to where the given template filename must be looked up
Inherited From Dwoo_Template_String
Dwoo_Template_String::__construct()
Dwoo_Template_String::cache()
Dwoo_Template_String::clearCache()
Dwoo_Template_String::forceCompilation()
Dwoo_Template_String::getCachedTemplate()
Dwoo_Template_String::getCacheFilename()
Dwoo_Template_String::getCacheTime()
Dwoo_Template_String::getChmod()
Dwoo_Template_String::getCompiledFilename()
Dwoo_Template_String::getCompiledTemplate()
Dwoo_Template_String::getCompiler()
Dwoo_Template_String::getIsModifiedCode()
Dwoo_Template_String::getName()
Dwoo_Template_String::getResourceIdentifier()
Dwoo_Template_String::getResourceName()
Dwoo_Template_String::getSource()
Dwoo_Template_String::getUid()
Dwoo_Template_String::isValidCompiledFile()
Dwoo_Template_String::makeDirectory()
Dwoo_Template_String::setCacheTime()
Dwoo_Template_String::setChmod()
Dwoo_Template_String::templateFactory()
Documentation generated on Sat, 18 Jul 2009 21:05:01 +0200 by phpDocumentor 1.4.0