Ejemplo n.º 1
0
 /**
  * Add header action menu
  */
 protected function addHeaderAction()
 {
     $lg = $this->initHeaderAction();
     if ($lg) {
         $header_action_class = ilCloudConnector::getHeaderActionGUIClass($this->plugin_service);
         $header_action_class->addCustomHeaderAction($lg);
         $this->insertHeaderAction($lg);
     }
 }