removed TODOs
This commit is contained in:
parent
d2f78fb7eb
commit
a532872c30
|
@ -1122,15 +1122,6 @@ class MatchingRule extends SchemaItem
|
||||||
return $this->is_obsolete;
|
return $this->is_obsolete;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets this MatchingRule's syntax string (an OID).
|
|
||||||
* @todo Is this function broken?
|
|
||||||
*/
|
|
||||||
function getSyntax()
|
|
||||||
{
|
|
||||||
return $this->description;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets an array of attribute names (strings) which use this MatchingRule
|
* Gets an array of attribute names (strings) which use this MatchingRule
|
||||||
* @return array The array of attribute names (strings).
|
* @return array The array of attribute names (strings).
|
||||||
|
@ -1195,7 +1186,6 @@ class MatchingRuleUse extends SchemaItem
|
||||||
$this->name = preg_replace("/\'$/", "", $this->name);
|
$this->name = preg_replace("/\'$/", "", $this->name);
|
||||||
break;
|
break;
|
||||||
case 'APPLIES':
|
case 'APPLIES':
|
||||||
// TODO
|
|
||||||
if($strings[$i+1]!="(") {
|
if($strings[$i+1]!="(") {
|
||||||
// has a single attribute name
|
// has a single attribute name
|
||||||
$i++;
|
$i++;
|
||||||
|
|
Loading…
Reference in New Issue