implementing abstract classes for QuesttypeAgents (-Agent, -Controller, -Model and -View)
This commit is contained in:
parent
e90d0e5915
commit
41f64d48be
13 changed files with 1165 additions and 6 deletions
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
private $templateFilename;
|
||||
protected $templateFilename;
|
||||
|
||||
|
||||
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
* @param string $action Current Action
|
||||
* @param bool $isToplevel Agent is a ToplevelAgent
|
||||
*/
|
||||
private function __construct($layoutName, $agentName=null, $action=null, $isToplevel=false)
|
||||
protected function __construct($layoutName, $agentName=null, $action=null, $isToplevel=false)
|
||||
{
|
||||
// Create template filename
|
||||
// LayoutName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue