Skip to content

Instantly share code, notes, and snippets.

@zeromodule
Created July 16, 2015 12:54
Show Gist options
  • Save zeromodule/068f677411870bcc1728 to your computer and use it in GitHub Desktop.
Save zeromodule/068f677411870bcc1728 to your computer and use it in GitHub Desktop.
/**
* @param $sex
* @return $this
*/
public function setSex($sex)
{
return $this->set(self::FIELD_SEX, self::getSexCode($sex));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment