Netsutie PHP Toolkit
Gender.php
Go to the documentation of this file.
1 <?php
8 class Gender {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _omitted = "_omitted";
23 
30  const _female = "_female";
31 
38  const _male = "_male";
39 
40 }
static $paramtypesmap
Definition: Gender.php:12
const _female
Definition: Gender.php:30
const _omitted
Definition: Gender.php:22
const _male
Definition: Gender.php:38
Definition: Gender.php:8