Пример #1
0
 public function setSex(SexEnum $sex)
 {
     $this[self::SEX] = $sex->getId();
     return $this;
 }