Exemple #1
0
 /**
  * @return bool
  */
 public function isMale()
 {
     return $this->getGender() == Gender::MALE()->value();
 }