Collaboration diagram for ADoc:Public Member Functions | |
| __construct () | |
| getAttr ($id) | |
| getAttrIds () | |
| GetNormalAttributes ($onlyopt=false) | |
| GetActionAttributes () | |
| getParamAttributes () | |
| getArrayElements ($id) | |
| orderAttributes ($force=true) | |
| addAttribute (\BasicAttribute $attr) | |
Data Fields | |
| $attr = array() | |
| $fromname = '' | |
| $isOrdered = false | |
| const | HIDDENFIELD = "FIELD_HIDDENS" |
| $fields = array() | |
| $fromids = array() | |
Protected Attributes | |
| $absoluteOrders = [] | |
Attribute Document Class
Definition at line 21 of file Class.ADoc.php.
| __construct | ( | ) |
Definition at line 40 of file Class.ADoc.php.
| addAttribute | ( | \BasicAttribute | $attr | ) |
Add volatile attribute to document structure
| BasicAttribute | $attr |
Definition at line 147 of file Class.ADoc.php.
| GetActionAttributes | ( | ) |
| getArrayElements | ( | $id | ) |
get attributes included in an arrary
Definition at line 110 of file Class.ADoc.php.
Here is the call graph for this function:| getAttr | ( | $id | ) |
| string | $id | attribute identifier |
Definition at line 48 of file Class.ADoc.php.
| getAttrIds | ( | ) |
get attributes ids
Definition at line 58 of file Class.ADoc.php.
| GetNormalAttributes | ( | $onlyopt = false | ) |
return all the attributes except frame & menu & action
| bool | $onlyopt |
Definition at line 67 of file Class.ADoc.php.
| getParamAttributes | ( | ) |
return all the family parameters except frame & menu & action
Definition at line 95 of file Class.ADoc.php.
| orderAttributes | ( | $force = true | ) |
Definition at line 129 of file Class.ADoc.php.
|
protected |
Definition at line 29 of file Class.ADoc.php.
| $attr = array() |
Definition at line 26 of file Class.ADoc.php.
| $fields = array() |
Definition at line 34 of file Class.ADoc.php.
| $fromids = array() |
Definition at line 38 of file Class.ADoc.php.
| $fromname = '' |
Definition at line 27 of file Class.ADoc.php.
| $isOrdered = false |
Definition at line 28 of file Class.ADoc.php.
| const HIDDENFIELD = "FIELD_HIDDENS" |
Definition at line 30 of file Class.ADoc.php.