/**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setTemplate('eav/attribute/form');
     $this->setModelKey('eav/attribute');
     $this->setId('eav_attribute_add');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('contact/contact');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('member/member');
     $this->setForm(new Uni_Core_Form_Eav());
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('extensionmanager/generate/package');
     $this->setId("extension_generator");
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('news/news');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('admin/system/setting/config');
     $this->setForm(new Uni_Core_Form_Eav());
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('navigation/menu');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('member/member');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('cms/page');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('newsletter/template');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('admin/role');
     $this->setId('admin_role');
 }
 /**
  * Public construct
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('core/email/template');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setTemplate('contact/detail');
     $this->setModelKey('contact/contact');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setModelKey('admin/user');
 }