Class icms_view_block_position_Handler
icms_view_block_position_Handler
-
icms_core_ObjectHandler
-
icms_ipf_Handler
-
icms_view_block_position_Handler
Methods summary
public
object
|
#
__construct( IcmsDatabase & $db )
Constructor
Parameters
Returns
object
Overrides
|
public
boolean
|
#
insert( object & $obj, boolean $force = false, boolean $checkObject = true, boolean $debug = false )
Inserts block position into the database
Inserts block position into the database
Parameters
- $obj
- the block position object
- $force
- force the insertion of the object into the database
- $checkObject
- Check the object before insertion
- $debug
- turn on debug mode?
Returns
boolean the result of the insert action
Overrides
|
Methods inherited from icms_ipf_Handler
addEventHook(),
addPermission(),
convertResultSet(),
create(),
delete(),
deleteAll(),
disableEvent(),
enableUpload(),
executeEvent(),
get(),
getCount(),
getD(),
getIdentifierName(),
getIdsFromObjectsAsArray(),
getImagePath(),
getImageUrl(),
getList(),
getListD(),
getModuleConfig(),
getModuleInfo(),
getModuleItemString(),
getObjects(),
getObjectsAsArray(),
getObjectsD(),
getPermissions(),
insertD(),
query(),
setGrantedObjectsCriteria(),
setUploaderConfig(),
updateAll(),
updateCounter()
|
Properties inherited from icms_ipf_Handler
$_allowedMimeTypes,
$_disabledEvents,
$_eventHooks,
$_itemname,
$_maxFileSize,
$_maxHeight,
$_maxWidth,
$_moduleName,
$_modulePath,
$_moduleUrl,
$_page,
$_uploadPath,
$_uploadUrl,
$className,
$eventArray,
$generalSQL,
$highlightFields,
$identifierName,
$keyName,
$permissionsArray,
$summaryName,
$table,
$uploadEnabled
|