Ejemplo n.º 1
0
 public function setGender(Gender $gender) : self
 {
     $this->gender = $gender->getIntCode();
     return $this;
 }