XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
block_positions () | |
buildBlock ($bobj) | |
construct_blocks () | |
get_available_list ($mods=null) | |
get_blocks ($groupid, $mid=0, $toponlyblock=false, $visible=null, $orderby='b.weight, b.wid', $isactive=1, $subpage='') | |
Definition at line 11 of file blocksfunctions.php.
RMBlocksFunctions::block_positions | ( | ) |
Get blocks positions
Definition at line 50 of file blocksfunctions.php.
Referenced by configure_block(), insertBlock(), rmc_blocks_addpos(), and show_rm_blocks().
RMBlocksFunctions::buildBlock | ( | $bobj | ) |
, $bobj->getVar( 'show_func', 'n' )
Definition at line 162 of file blocksfunctions.php.
References $xoopsLogger.
RMBlocksFunctions::construct_blocks | ( | ) |
Get blocks
Definition at line 63 of file blocksfunctions.php.
References $content, $GLOBALS, $id, $mid, $xoopsConfig, $xoopsModule, $xoopsOption, $xoopsUser, and RMFunctions\load_module().
Referenced by RmcommonCorePreload\eventCoreHeaderEnd().
RMBlocksFunctions::get_available_list | ( | $mods = null | ) |
Get the available widgets list
Definition at line 18 of file blocksfunctions.php.
References $db, $mod, RMEvents\get(), RMFunctions\get_modules_list(), and load_mod_locale().
Referenced by rmc_blocks_new(), and show_rm_blocks().
RMBlocksFunctions::get_blocks | ( | $groupid, | |
$mid = 0 , |
|||
$toponlyblock = false , |
|||
$visible = null , |
|||
$orderby = 'b.weight , |
|||
b.wid' | , | ||
$isactive = 1 , |
|||
$subpage = '' |
|||
) |