Code completion for PHP doesn't seem to recognize class methods having references as return values;
public static function &get($param1,$param2=NULL) is not recognized whereas
public static function getObjectDescriptions() is.
same for
function & GetAccessList() - not shown in code completion
function SetDefaultLevel($defaultlevel) - is shown