$templateFilename
$templateFilename : string
Template filename
Abstract class for implementing a QuesttypeView.
Class to encapsulate a template file and to provide rendering methods.
loadAndFactory(string $layoutName, string $agentName = null, string $action = null, boolean $isToplevel = false)
Load and instantiate the QuesttypeView of a QuesttypeAgent.
string | $layoutName | Name of Layout in use |
string | $agentName | Name of the Agent |
string | $action | Current Action |
boolean | $isToplevel | Agent is a ToplevelAgent |
__construct(string $layoutName, string $agentName = null, string $action = null, boolean $isToplevel = false)
Construct a new QuesttypeView.
string | $layoutName | Name of Layout in use |
string | $agentName | Name of the Agent |
string | $action | Current Action |
boolean | $isToplevel | Agent is a ToplevelAgent |