define |
"BASE" "../../.." |
---|---|
package |
Subsystems |
buildNameList(string $type, string $name, string $subtype, string $subname) : array
node |
Subsystems:expTemplate |
---|
string
(to be superseded) type of base resource (= directory name)
string
(hopefully in the future type named) Resource identifier (= class name = directory name)
string
type of the actual file (= file extension = (future) directory name)
string
name of the actual file (= filename name without extension)
array
find_config_views(array $paths = array(), array $excludes = array()) : array
array
array
array
find_template( $ctl, $view) : mixed|string
mixed|string
get_action_views( $ctl, $action, $human_readable) : array
array
get_common_template( $view, $loc, $controllername = '')
get_config_templates( $controller, $loc) : array
array
get_filedisplay_views() : array
array
get_template_for_action( $controller, $action, $loc = null)
getFormTemplates( $type)
getModuleViewFile( $name, $view, boolean $recurse = true) : string
deprecated |
2.2.0
backward compatibility wrapper |
---|
boolean
string
getViewConfigForm( $module, $view, $form, $values) : \form
deprecated |
2.2.0
backward compatibility wrapper |
---|
\form
getViewConfigOptions( $module, $view) : array
deprecated |
2.2.0
backward compatibility wrapper |
---|
array
getViewFile(string $type = "", string $name = "", string $view = "Default") : string
Looks in the theme and the /views directory for a .tpl file corresponding to the passed view.
string
One of "modules"", "controls"", "forms" or ""
string
The name the object we are requesting a view from
string
The name of the requested view
string
The full filepath of the view template
getViewParams( $viewfile) : mixed|null
deprecated |
previously held view static config variables, e.g., calendar view type |
---|
mixed|null
glob2keyedArray( $workArray) : array
array
guessControlType( $ddcol, $default_value = null, $colname = null)
listControlTypes( $include_static = true)
listModuleViews(string $module) : array
Looks through the module's views directory and returns all non-internal views that are found there. Returns an array of all standard view names. This array is unsorted.
node |
Subsystems:Template |
---|---|
deprecated |
backward compatibility wrapper |
string
The classname of the module to get views for.
array
listSimilarControlTypes( $type)
resolveFilePaths(string $type, string $name, string $subtype, string $subname) : mixed
node |
Subsystems:expTemplate |
---|
string
(to be superseded) type of base resource (= directory name)
string
(hopefully in the future type named) Resource identifier (= class name = directory name)
string
type of the actual file (= file extension = (future) directory name)
string
name of the actual file (= filename name without extension)
mixed