Compiler: added flag 'mandatory'

SVN:trunk[1772]
This commit is contained in:
Romain Quetiez
2012-01-13 13:37:29 +00:00
parent b6b9ef35e9
commit 1392983a92

View File

@@ -312,6 +312,7 @@ EOF;
protected function FlagsToPHP($oAttNode)
{
static $aNodeAttributeToFlag = array(
'mandatory' => 'OPT_ATT_MANDATORY',
'read_only' => 'OPT_ATT_READONLY',
'must_prompt' => 'OPT_ATT_MUSTPROMPT',
'must_change' => 'OPT_ATT_MUSTCHANGE',