コード例 #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
ファイル: resourcing.php プロジェクト: nemein/openpsa
 /**
  * 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");
 }