示例#1
0
 /**
  * Constructor, define component name
  */
 function __construct()
 {
     parent::__construct();
     $this->_component = 'fi.kilonkipinat.events';
     $this->_autoload_files = array('functions.php');
     $this->_autoload_libraries = array('midcom.helper.datamanager2', 'org.routamc.positioning', 'net.nemein.rss');
 }
示例#2
0
 /**
  * Constructor, define component name
  */
 function __construct()
 {
     parent::__construct();
     $this->_component = 'fi.kilonkipinat.website';
     // Load all mandatory class files of the component here
     $this->_autoload_files = array();
     // Load all libraries used by component here
     $this->_autoload_libraries = array();
 }
示例#3
0
 /**
  * Constructor, define component name
  */
 function __construct()
 {
     parent::__construct();
     $this->_component = 'fi.kilonkipinat.forms';
 }
示例#4
0
 /**
  * Constructor, define component name
  */
 function __construct()
 {
     parent::__construct();
     $this->_component = 'fi.kilonkipinat.accountregistration';
 }
示例#5
0
 /**
  * Constructor, define component name
  */
 function __construct()
 {
     parent::__construct();
     $this->_component = 'fi.kilonkipinat.emailmappings';
 }
示例#6
0
 /**
  * Constructor, define component name
  */
 function __construct()
 {
     parent::__construct();
     $this->_component = 'fi.kilonkipinat.todos';
     $this->_autoload_libraries = array('org.openpsa.qbpager', 'org.openpsa.notifications');
 }
示例#7
0
 /**
  * Constructor, define component name
  */
 function __construct()
 {
     parent::__construct();
     $this->_component = 'fi.opengov.datacatalog';
     $this->_component_id = 'fi_opengov_datacatalog';
 }