XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
install.php File Reference

Go to the source code of this file.

Namespaces

namespace  profile
 

Functions

 profile_install_addCategory ($name, $weight)
 
 profile_install_addField ($name, $title, $description, $category, $type, $valuetype, $weight, $canedit, $options, $step_id, $length, $visible=true)
 
 profile_install_addStep ($name, $desc, $order, $save)
 
 profile_install_initializeProfiles ()
 
 profile_install_setPermissions ($field_id, $module_id, $canedit, $visible)
 
 xoops_module_install_profile ($module)
 

Function Documentation

profile_install_addCategory (   $name,
  $weight 
)

Definition at line 206 of file install.php.

References $GLOBALS.

Referenced by xoops_module_install_profile().

Here is the caller graph for this function:

profile_install_addField (   $name,
  $title,
  $description,
  $category,
  $type,
  $valuetype,
  $weight,
  $canedit,
  $options,
  $step_id,
  $length,
  $visible = true 
)

Definition at line 110 of file install.php.

References $module_id, $options, $profilefield_handler, $title, $type, and profile_install_setPermissions().

Referenced by xoops_module_install_profile().

Here is the call graph for this function:

Here is the caller graph for this function:

profile_install_addStep (   $name,
  $desc,
  $order,
  $save 
)

Definition at line 211 of file install.php.

References $GLOBALS.

Referenced by xoops_module_install_profile().

Here is the caller graph for this function:

profile_install_initializeProfiles ( )

Definition at line 87 of file install.php.

References $GLOBALS, $module_id, and $sql.

Referenced by xoops_module_install_profile().

Here is the caller graph for this function:

profile_install_setPermissions (   $field_id,
  $module_id,
  $canedit,
  $visible 
)

Definition at line 173 of file install.php.

References $GLOBALS, $module_id, and $sql.

Referenced by profile_install_addField().

Here is the caller graph for this function: