phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
GenderSexuality.php
Go to the documentation of this file.
1<?php
2
4
6
7abstract class GenderSexuality extends BaseEnum {
8 const FEMALE="female", GAY="gay", HETEROSEXUAL="heterosexual", INTERGENDER="intergender", LESBIAN="lesbian", MALE="male", MAN="man", NEUTER="neuter", NON_BINARY_TRANSGENDER="non binary transgender", TRANSGENDER="transgender", OTHER_GENDER="other gender", OTHER_GENDER_HORIZONTAL="other gender horizontal", OTHER_GENDER_VERTICAL="other gender vertical", WOMAN="woman";
9}
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition BaseEnum.php:11