Ejemplo n.º 1
0
 protected function _getGender()
 {
     if ($this->userInfo->getGender()) {
         return ucfirst($this->userInfo->getGender());
     }
     return null;
 }