Collaboration diagram for Form1NF_Table:Public Member Functions | |
| __construct ($type, $name) | |
| checkEnumValue ($value) | |
| getChildAttributes ($name) | |
| hasColumn ($name) | |
Data Fields | |
| $error = '' | |
| $type = 'family' | |
| $arrayName = '' | |
| $name = '' | |
| $famAttributes = array() | |
| $sqlFields = array() | |
| $enumDatas = array() | |
| $columns = array() | |
| $properties = array() | |
| $references = array() | |
| $linkedTables = array() | |
Definition at line 1652 of file Class.Form1NF.php.
| __construct | ( | $type, | |
| $name | |||
| ) |
| string | $type | |
| string | $name |
Definition at line 1715 of file Class.Form1NF.php.
| checkEnumValue | ( | $value | ) |
this is usefull for enum free : add dynamically key/value pairs during family table filling
| string | $value |
Definition at line 1725 of file Class.Form1NF.php.
| getChildAttributes | ( | $name | ) |
| hasColumn | ( | $name | ) |
| $arrayName = '' |
Definition at line 1669 of file Class.Form1NF.php.
| $columns = array() |
Definition at line 1694 of file Class.Form1NF.php.
| $enumDatas = array() |
Definition at line 1689 of file Class.Form1NF.php.
| $error = '' |
Definition at line 1658 of file Class.Form1NF.php.
| $famAttributes = array() |
Definition at line 1679 of file Class.Form1NF.php.
| $linkedTables = array() |
Definition at line 1709 of file Class.Form1NF.php.
| $name = '' |
Definition at line 1674 of file Class.Form1NF.php.
| $properties = array() |
Definition at line 1699 of file Class.Form1NF.php.
| $references = array() |
Definition at line 1704 of file Class.Form1NF.php.
| $sqlFields = array() |
Definition at line 1684 of file Class.Form1NF.php.
| $type = 'family' |
Definition at line 1663 of file Class.Form1NF.php.