Esempio n. 1
0
 /**
  * Read Service.
  *
  * @param KCommandContext $context
  */
 protected function _actionRead(KCommandContext $context)
 {
     $entity = parent::_actionRead($context);
     $this->getToolbar('menubar')->setTitle(sprintf(JText::_('COM-HASHTAGS-TERM'), $entity->name));
 }