Returns the handle to the (only) instance of this class.
API Tags:
array availableOptions(
[string
$class_name = 0]
)
|
|
This function lists all known options. If called with the optional parameter $class_name, only options of that class are returned, otherwise the full set of all known attributes.
Parameters:
string |
$class_name: |
optionally specifies the class of options to be listed (class is the part of the option name before the : sign) |
API Tags:
Return: | of options |
Access: | public |
array optionType(
string
$optionname
)
|
|
This function returns the properties of a given attribute name. This currently means it returns its type and its flag field ("ML").
Parameters:
string |
$optionname: |
Name of the option whose properties are to be retrieved. |
API Tags:
Return: | properties of the attribute |
Access: | public |
Prevent cloning - this is a singleton.
API Tags: