Пример #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->_getFolder();
     $this->_initLanguage();
     $this->_initPlugins();
 }
Пример #2
0
 public function __construct()
 {
     // call parent constructor
     parent::__construct();
     // set callbacks
     $this->registerCallback('returndata');
     $this->registerCallback('getemptylayout');
     // load default and current language
     $this->app->system->language->load('plg_system_zoo_zlelements_' . $this->getElementType(), JPATH_ADMINISTRATOR, 'en-GB');
     $this->app->system->language->load('plg_system_zoo_zlelements_' . $this->getElementType(), JPATH_ADMINISTRATOR);
 }
Пример #3
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_jbimage = $this->app->jbimage;
 }
Пример #4
0
 /**
  * Element constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_uniqid = uniqid();
     $this->registerCallback('ajaxGetList');
 }
Пример #5
0
 /**
  * Element constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_selGroup = $this->app->jbstring->getId('group');
 }