| function can_manage($scope) | 
| function get_alias($scope) | 
| function is_base_module($scope) | 
| function get_ldap_filter($scope) | 
| function
get_dependencies($scope) | 
| function <module name> ($base) | 
| function module_ready() | 
| function module_complete() | 
| function get_help($helpID) | 
| function get_profileOptions($scope) | 
| function check_profileOptions($scope,
$options) | 
| function get_PDF_Entries($scope) | 
array(
  array(
    array("kind" => "text", "text" => "This is an
example", "td" => array("colspan" => 3))
  ), 
  array(
    array("kind" => "text", "text" => "Input:"),
    array("kind" => "input", "name" => "myinput",
"type" => "text"),
    array("kind" => "help", "value" => "42")
  )
)