|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct () | |
| & | getManager ($request=null) |
| initialize () | |
| smartyUrl ($params, &$smarty) | |
Public Member Functions inherited from TemplateManager | |
| initialize ($request) | |
| setupBackendPage () | |
Public Member Functions inherited from PKPTemplateManager | |
| addHeader ($name, $header, $args=[]) | |
| addJavaScript ($name, $script, $args=[]) | |
| addStyleSheet ($name, $style, $args=[]) | |
| cacheLess ($path, $styles) | |
| clearCssCache () | |
| clearTemplateCache () | |
| clearThemeTemplateCache ($hookName, $args) | |
| compileLess ($name, $lessFile, $args=[]) | |
| display ($template=null, $cache_id=null, $compile_id=null, $parent=null) | |
| displaySidebar ($hookName, $args) | |
| fetch ($template=null, $cache_id=null, $compile_id=null, $parent=null) | |
| fetchAjax ($id, $url, $element='div') | |
| fetchJson ($template, $status=true) | |
| flush () | |
| get_template_vars ($varname=null) | |
| getCachedLessFilePath ($name) | |
| getCompileId ($resourceName) | |
| getFBV () | |
| getResourcesByContext ($resources, $context) | |
| getState ($key) | |
| loadHtmlGalleyStyles ($htmlContent, $embeddedFiles) | |
| register_function ($name, $impl, $cacheable=true, $cache_attrs=null) | |
| registerJSLibrary () | |
| registerJSLibraryData () | |
| setCacheability ($cacheability=CACHEABILITY_PUBLIC) | |
| setConstants ($names) | |
| setLocaleKeys ($keys) | |
| setState ($data) | |
| smartyCallHook ($params, $smarty) | |
| smartyCompare ($a, $b, $strict=false, $invert=false) | |
| smartyConcat () | |
| smartyCSRF ($params, $smarty) | |
| smartyEscape ($string, $esc_type='html', $char_set='ISO-8859-1') | |
| smartyExplode ($string, $separator) | |
| smartyFlush ($params, $smarty) | |
| smartyHelp ($params, $smarty) | |
| smartyHtmlOptionsTranslate ($params, $smarty) | |
| smartyIterate ($params, $content, $smarty, &$repeat) | |
| smartyLoadHeader ($params, $smarty) | |
| smartyLoadNavigationMenuArea ($params, $smarty) | |
| smartyLoadScript ($params, $smarty) | |
| smartyLoadStylesheet ($params, $smarty) | |
| smartyLoadUrlInDiv ($params, $smarty) | |
| smartyLoadUrlInEl ($params, $smarty) | |
| smartyNullLinkAction ($params, $smarty) | |
| smartyPageInfo ($params, $smarty) | |
| smartyPageLinks ($params, $smarty) | |
| smartyPluckFiles ($params, $smarty) | |
| smartyStrtotime ($string) | |
| smartyTitle ($parameters, $smarty) | |
| smartyToArray () | |
| smartyTranslate ($params, $smarty) | |
| smartyUrl ($parameters, $smarty) | |
Additional Inherited Members |
Definition at line 40 of file fbvVisualResults.php.
| FBVTemplateManager::__construct | ( | ) |
Constructor. Initialize template engine and assign basic template variables.
Reimplemented from PKPTemplateManager.
Definition at line 42 of file fbvVisualResults.php.
References Core\getBaseDir().
| & FBVTemplateManager::getManager | ( | $request = null | ) |
see lib/pkp/classes/template/PKPTemplateManager.inc.php
Reimplemented from PKPTemplateManager.
Definition at line 71 of file fbvVisualResults.php.
References Registry\get().
Referenced by fbvVisualResults\__construct().
| FBVTemplateManager::initialize | ( | ) |
see lib/pkp/classes/template/PKPTemplateManager.inc.php
Definition at line 66 of file fbvVisualResults.php.
| FBVTemplateManager::smartyUrl | ( | $params, | |
| & | $smarty | ||
| ) |
see lib/pkp/classes/template/PKPTemplateManager.inc.php
Definition at line 81 of file fbvVisualResults.php.