Class icms_view_block_Handler
ImpressCMS Core Block Object Handler Class
- icms_core_ObjectHandler
- icms_ipf_Handler
- icms_view_block_Handler
Package: View\Block
Category: ICMS
Copyright: The ImpressCMS Project http://www.impresscms.org
License: GPL v2
Author: Gustavo Pilla (aka nekro) nekro@impresscms.org
Since: ImpressCMS 1.2
Located at view/block/Handler.php
Category: ICMS
Copyright: The ImpressCMS Project http://www.impresscms.org
License: GPL v2
Author: Gustavo Pilla (aka nekro) nekro@impresscms.org
Since: ImpressCMS 1.2
Located at view/block/Handler.php
public
object
|
#
__construct( object & $db, string $itemname,…, string $keyname,…, string $idenfierName,…, string $summaryName,…, string $modulename,… )
Constructor - called from child classes |
public
array
|
|
public
array
|
|
public
array
|
#
getAllBlocks( string $rettype = "object", string $side = null, boolean $visible = null, string $orderby = "side, weight, bid", boolean $isactive = 1 )
getAllBlocks |
public
unknown
|
#
getAllByGroupModule( unknown_type $groupid, unknown_type $module_id = '0-0', unknown_type $toponlyblock = false, unknown_type $visible = null, unknown_type $orderby = 'b.weight, b.bid', unknown_type $isactive = 1 )
getAllByGroupModule gets all blocks visible on a page, based on group permissions |
public
unknown
|
#
getNonGroupedBlocks( unknown_type $module_id = 0, unknown_type $toponlyblock = false, unknown_type $visible = null, unknown_type $orderby = 'b.weight, b.bid', unknown_type $isactive = 1 )
getNonGroupedBlocks |
public
unknown
|
|
public
mixed
&
|
#
get( mixed $id, boolean $as_object = true, $debug = false, $criteria = false )
retrieve a |
public
|
|
public
array
|
#
getAllBlocksByGroup( $groupid, $asobject = TRUE, $side = NULL, $visible = NULL, $orderby = "b.weight,b.bid", $isactive = 1 )
get all the blocks that match the supplied parameters |
$db
|