Collaboration diagram for Form1NF_Column:Public Member Functions | |
| __construct ($name=null, $type=null) | |
| loadFromAttribute ($attribute) | |
| setType ($type) | |
| copyFromColumn ($column) | |
| getPgEscape ($value, $pgType=null) | |
| getPgEscapeCopy ($value, $pgType=null) | |
Data Fields | |
| $name = null | |
| $type = null | |
| $fullType = null | |
| $pgType = null | |
| $docidLinkedColumn = null | |
| $docidFamily = '' | |
| $arrayName = '' | |
| $family = '' | |
| $phpfunc = '' | |
| $isMultiple = false | |
| $isProperty = false | |
| $isEnum = false | |
| $isDocid = false | |
| $isContainer = false | |
| $inArray = false | |
| $containers = array() | |
| $enumDatas = array() | |
Definition at line 1768 of file Class.Form1NF.php.
| __construct | ( | $name = null, |
|
$type = null |
|||
| ) |
| Form1NF_Table | $parent | |
| string | $name | |
| object | $attribute |
Definition at line 1861 of file Class.Form1NF.php.
Here is the call graph for this function:| copyFromColumn | ( | $column | ) |
| object | $attribute |
Definition at line 1913 of file Class.Form1NF.php.
| getPgEscape | ( | $value, | |
$pgType = null |
|||
| ) |
| getPgEscapeCopy | ( | $value, | |
$pgType = null |
|||
| ) |
| loadFromAttribute | ( | $attribute | ) |
| object | $attribute |
Definition at line 1874 of file Class.Form1NF.php.
| setType | ( | $type | ) |
| string | $type |
Definition at line 1903 of file Class.Form1NF.php.
| $arrayName = '' |
Definition at line 1804 of file Class.Form1NF.php.
| $containers = array() |
Definition at line 1849 of file Class.Form1NF.php.
| $docidFamily = '' |
Definition at line 1799 of file Class.Form1NF.php.
| $docidLinkedColumn = null |
Definition at line 1794 of file Class.Form1NF.php.
| $enumDatas = array() |
Definition at line 1854 of file Class.Form1NF.php.
| $family = '' |
Definition at line 1809 of file Class.Form1NF.php.
| $fullType = null |
Definition at line 1784 of file Class.Form1NF.php.
| $inArray = false |
Definition at line 1844 of file Class.Form1NF.php.
| $isContainer = false |
Definition at line 1839 of file Class.Form1NF.php.
| $isDocid = false |
Definition at line 1834 of file Class.Form1NF.php.
| $isEnum = false |
Definition at line 1829 of file Class.Form1NF.php.
| $isMultiple = false |
Definition at line 1819 of file Class.Form1NF.php.
| $isProperty = false |
Definition at line 1824 of file Class.Form1NF.php.
| $name = null |
Definition at line 1774 of file Class.Form1NF.php.
| $pgType = null |
Definition at line 1789 of file Class.Form1NF.php.
| $phpfunc = '' |
Definition at line 1814 of file Class.Form1NF.php.
| $type = null |
Definition at line 1779 of file Class.Form1NF.php.