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

Go to the source code of this file.

Namespaces

namespace  kernel
 

Functions

 CloseTable ()
 
 myTextForm ($url, $value)
 
 OpenTable ()
 
 themecenterposts ($title, $content)
 
 xoops_cp_footer ()
 
 xoops_cp_header ()
 
 xoops_module_get_admin_menu ()
 
 xoops_module_write_admin_menu ($content)
 
 xoops_write_index_file ($path= '')
 
 xoopsfwrite ()
 

Variables

const XOOPS_CPFUNC_LOADED 1
 

Function Documentation

CloseTable ( )

Cloe Table : NO NOT USE

Definition at line 58 of file cp_functions.php.

myTextForm (   $url,
  $value 
)

Text Form : DO NOT USE

Parameters
unknown_type$url
unknown_type$value
Returns
unknown

Definition at line 81 of file cp_functions.php.

References $url.

OpenTable ( )

Open Table: DO NOT USE

We need these because theme files will not be included

Definition at line 49 of file cp_functions.php.

themecenterposts (   $title,
  $content 
)

Enclose Items in a table : DO NOT USE

Parameters
string$title
string$content

Definition at line 69 of file cp_functions.php.

References $content, and $title.

xoops_cp_footer ( )

CP Footer

Definition at line 36 of file cp_functions.php.

References XoopsSystemCpanel\getInstance(), and xoops_load().

Here is the call graph for this function:

xoops_cp_header ( )

CP Header

Definition at line 25 of file cp_functions.php.

References XoopsSystemCpanel\getInstance(), and xoops_load().

Here is the call graph for this function:

xoops_module_get_admin_menu ( )

Xoops Module Menu

Returns
unknown

Definition at line 111 of file cp_functions.php.

References $adminmenu, $content, $criteria, $GLOBALS, $js, $mid, $module_handler, _CLOSE, _PREFERENCES, and xoops_gethandler().

Here is the call graph for this function:

xoops_module_write_admin_menu (   $content)

Xoops Module Write Admin Menu

Parameters
string$content
Returns
bool

Definition at line 195 of file cp_functions.php.

References $content, $file, $GLOBALS, XOOPS_CACHE_PATH, xoops_write_index_file(), and xoopsfwrite().

Here is the call graph for this function:

xoops_write_index_file (   $path = '')

Xoops Write Index File

Parameters
string$path
Returns
bool

Definition at line 224 of file cp_functions.php.

References $file, $path, and xoopsfwrite().

Referenced by xoops_module_write_admin_menu().

Here is the call graph for this function:

Here is the caller graph for this function:

xoopsfwrite ( )

Enter description here...

Returns
unknown

Definition at line 91 of file cp_functions.php.

References $_SERVER, and $GLOBALS.

Referenced by xoops_module_write_admin_menu(), and xoops_write_index_file().

Here is the caller graph for this function:

Variable Documentation

const XOOPS_CPFUNC_LOADED 1

Definition at line 19 of file cp_functions.php.