![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Public Member Functions | |
| buildAttributes () | |
| validate_email ($value, $allowBlanks=true) | |
Public Member Functions inherited from Dataface_Ontology | |
| Dataface_Ontology ($tablename) | |
| & | getAttributes () |
| & | getAttribute ($name) |
| & | newIndividual (&$record) |
| getFieldname ($attname) | |
| _is ($method, $attname) | |
| validate ($attname, $value, $allowBlanks=true) | |
| getType ($attname) | |
| isDate ($attname) | |
| isBlob ($attname) | |
| isContainer ($attname) | |
| isPassword ($attname) | |
| isText ($attname) | |
| isXML ($attname) | |
| isChar ($attname) | |
| isInt ($attname) | |
| isFloat ($attname) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Dataface_Ontology | |
| static & | newOntology ($type, $tablename) |
| static | registerType ($type, $path, $class) |
| static & | getRegisteredOntologies () |
Data Fields inherited from Dataface_Ontology | |
| $table | |
| $attributes | |
| $fieldnames | |
| $relationships | |
An ontology to represent a person. Generally people have: Name or First name and last name Email Phone Address City State Postal Code Country
Definition at line 14 of file Person.php.
| buildAttributes | ( | ) |
Reimplemented from Dataface_Ontology.
Definition at line 15 of file Person.php.
| validate_email | ( | $value, | |
$allowBlanks = true |
|||
| ) |
Definition at line 53 of file Person.php.
1.8.1.2