do_command_help (line 2002)
Template for a command's help.
tempcode
do_command_help
(string $command, array $options, array $parameters)
-
string
$command: Command name
-
array
$options: Options
-
array
$parameters: Parameters
get_queued_messages (line 1968)
Returns a string containing the XML for any messages queued to be sent to the client.
string
get_queued_messages
([boolean $xml = true])
-
boolean
$xml: Output as XML or tempcode?
init__occle (line 24)
Standard code module initialisation function.
void
init__occle
()
occle_make_normal_html_visible (line 2040)
Put something non-OcCLE in a standard box so it looks OK.
tempcode
occle_make_normal_html_visible
(mixed $html)
-
mixed
$html: HTML (string or Tempcode)
occle_script (line 33)
OcCLE entry script.
void
occle_script
()