Inheritance diagram for ActionAttribute:
Collaboration diagram for ActionAttribute:Public Member Functions | |
| __construct ($id, $docid, $label, $order, $visibility="", $wapplication="", $waction="", $precond="", $options="", $docname="") | |
| getLink ($docid) | |
Public Member Functions inherited from BasicAttribute | |
| __construct ($id, $docid, $label) | |
| getLabel () | |
| getOption ($x, $def="") | |
| getOptions () | |
| setOption ($x, $v) | |
| setVisibility ($vis) | |
| isReal () | |
| inArray () | |
| isMultiple () | |
| isMultipleInArray () | |
| getTab () | |
| getXmlSchema ($la) | |
| getXmlValue (Doc &$doc, $opt=false) | |
| getTextualValue (Doc $doc, $index=-1, Array $configuration=array()) | |
| common_getXmlSchema (&$play) | |
Data Fields | |
| $wapplication | |
| $waction | |
| $precond | |
Data Fields inherited from BasicAttribute | |
| const | hiddenFieldId = Adoc::HIDDENFIELD |
| $id | |
| $docid | |
| $labelText | |
| $visibility | |
| $mvisibility | |
| $options | |
| mask visibility More... | |
| $docname | |
| $type | |
| $usefor | |
| $ordered | |
| $format | |
| $isNormal = null | |
| $fieldSet | |
| $_topt = null | |
Additional Inherited Members | |
Static Public Member Functions inherited from BasicAttribute | |
| static | encodeXml ($s, $quot=false) |
Definition at line 1492 of file Class.DocAttribute.php.
| __construct | ( | $id, | |
| $docid, | |||
| $label, | |||
| $order, | |||
$visibility = "", |
|||
$wapplication = "", |
|||
$waction = "", |
|||
$precond = "", |
|||
$options = "", |
|||
$docname = "" |
|||
| ) |
Definition at line 1498 of file Class.DocAttribute.php.
| getLink | ( | $docid | ) |
Definition at line 1512 of file Class.DocAttribute.php.
| $precond |
Definition at line 1497 of file Class.DocAttribute.php.
| $waction |
Definition at line 1496 of file Class.DocAttribute.php.
| $wapplication |
Definition at line 1495 of file Class.DocAttribute.php.