__('Profile Information'); } /** * Also label getter :) * * @return string */ public function getTabTitle() { return $this->getLabel(); } /** * @return bool */ public function canShowTab() { return true; } /** * @return bool */ public function isHidden() { return false; } }