Ejemplo n.º 1
0
 /**
  * It is possible to overwrite this method and return an array of tab functions
  *
  * @return array
  */
 protected function getSubMenuItems()
 {
     $menuItems = tx_t3socials_network_Config::getNewtorkCommunicators();
     array_unshift($menuItems, tx_rnbase::makeInstance('tx_t3socials_mod_handler_Trigger'));
     tx_rnbase_util_Misc::callHook('t3socials', 'modCommunicator_tabItems', array('tabItems' => &$menuItems), $this);
     return $menuItems;
 }
Ejemplo n.º 2
0
 /**
  * Liefert den Übersetzten Tirel der Provider ID.
  *
  * @return string
  */
 public function getProviderTitle()
 {
     return tx_t3socials_network_Config::translateNetwork($this->getProviderId());
 }