Public Member Functions | |
__construct ($id, $docid, $label, $visibility="", $usefor="", $type="frame", &$fieldSet=null, $options="", $docname="") | |
getXmlSchema ($la) | |
getXmlValue (Doc &$doc, $opt=false) | |
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) | |
Additional Inherited Members | |
Static Public Member Functions inherited from BasicAttribute | |
static | encodeXml ($s, $quot=false) |
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 | |
Structural attribute (attribute that contain other attribute : tab, frame)
Definition at line 1360 of file Class.DocAttribute.php.
__construct | ( | $id, | |
$docid, | |||
$label, | |||
$visibility = "" , |
|||
$usefor = "" , |
|||
$type = "frame" , |
|||
& | $fieldSet = null , |
||
$options = "" , |
|||
$docname = "" |
|||
) |
Constructor
string | $id | $docid famid |
string | $docid | |
string | $label | default translation key |
string | $visibility | visibility option |
string | $usefor | Attr or Param usage |
string | $type | kind of |
FieldSetAttribute | $fieldSet | parent field |
string | $options | option string |
string | $docname |
Definition at line 1375 of file Class.DocAttribute.php.
getXmlSchema | ( | $la | ) |
Generate the xml schema fragment
BasicAttribute[] | $la |
Definition at line 1394 of file Class.DocAttribute.php.
export values as xml fragment
Doc | $doc | working doc |
exportOptionAttribute | $opt |
Definition at line 1424 of file Class.DocAttribute.php.