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

Go to the source code of this file.

Namespaces

namespace  profile
 

Functions

switch($op) if(isset($template_main)) profile_visible_toggle ($field_id, $field_required)
 

Variables

 $indexAdmin = new ModuleAdmin()
 
 $op = isset($_REQUEST['op']) ? $_REQUEST['op'] : (isset($_REQUEST['id']) ? "edit" : 'list')
 
 $profilefield_handler =& xoops_getmodulehandler('field')
 

Function Documentation

switch ($op) if (isset($template_main)) profile_visible_toggle (   $field_id,
  $field_required 
)

Definition at line 321 of file field.php.

References _PROFILE_AM_REQUIRED_TOGGLE_FAILED, _PROFILE_AM_REQUIRED_TOGGLE_SUCCESS, and redirect_header().

Here is the call graph for this function:

Variable Documentation

$indexAdmin = new ModuleAdmin()

Definition at line 22 of file field.php.

$op = isset($_REQUEST['op']) ? $_REQUEST['op'] : (isset($_REQUEST['id']) ? "edit" : 'list')

Definition at line 29 of file field.php.

$profilefield_handler =& xoops_getmodulehandler('field')

Definition at line 31 of file field.php.

Referenced by profile_install_addField().