$templateFilename
$templateFilename : string
Template filename
View.
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 View of an Agent.
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 View.
string | $layoutName | Name of Layout in use |
string | $agentName | Name of the Agent |
string | $action | Current Action |
boolean | $isToplevel | Agent is a ToplevelAgent |