implementing abstract classes for QuesttypeAgents (-Agent, -Controller, -Model and -View)

This commit is contained in:
coderkun 2014-02-23 14:45:07 +01:00
commit 41f64d48be
13 changed files with 1165 additions and 6 deletions

View file

@ -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