示例#1
0
文件: view.php 项目: nemein/openpsa
 /**
  * Initialization of the handler class
  */
 public function _on_initialize()
 {
     org_openpsa_widgets_calendar::add_head_elements();
     // Load schema database
     $schemadb = midcom_helper_datamanager2_schema::load_database($this->_config->get('schemadb'));
     $this->_datamanager = new midcom_helper_datamanager2_datamanager($schemadb);
     $this->_root_event = org_openpsa_calendar_interface::find_root_event();
 }
示例#2
0
文件: agenda.php 项目: nemein/openpsa
 public function _on_initialize()
 {
     org_openpsa_widgets_calendar::add_head_elements();
 }
示例#3
0
 /**
  * Maps the content topic from the request data to local member variables.
  */
 public function _on_initialize()
 {
     org_openpsa_widgets_calendar::add_head_elements();
     org_openpsa_widgets_contact::add_head_elements();
     midcom::get('head')->add_jsfile(MIDCOM_STATIC_URL . "/org.openpsa.projects/projectbroker.js");
 }