[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/classes/output/ -> mustache_template_finder.php (summary)

List the valid locations to search for a template with a given name.

Copyright: 2015 Damyon Wiese
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 121 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mustache_template_finder:: (2 methods):
  get_template_directories_for_component()
  get_template_filepath()


Class: mustache_template_finder  - X-Ref

Get information about valid locations for mustache templates.

get_template_directories_for_component($component, $themename = '')   X-Ref
Helper function for getting a list of valid template directories for a specific component.

param: string $component The component to search
param: string $themename The current theme name
return: string[] List of valid directories for templates for this compoonent. Directories are not checked for existence.

get_template_filepath($name, $themename = '')   X-Ref
Helper function for getting a filename for a template from the template name.

param: string $name - This is the componentname/templatename combined.
param: string $themename - This is the current theme name.
return: string



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1