Beispiel #1
0
 public function getShortTabbarName()
 {
     $name = $this->getTabbarName();
     return Core_Model_Lib_String::formatShortName($name);
 }
Beispiel #2
0
 public function getShortTabbarMoreName()
 {
     return Core_Model_Lib_String::formatShortName($this->getTabbarMoreName());
 }