Procedural File: pnadminapi.php
Source Location: /Blocks/pnadminapi.php
Page Details:
Zikula Application Framework
Tags:
blocks_adminapi_activate [line 231]
bool blocks_adminapi_activate(
int $args)
|
|
activate a block
Tags:
Parameters
| int |
$args |
['bid'] the ID of the block to activate |
blocks_adminapi_create [line 120]
mixed blocks_adminapi_create(
$args, int $block)
|
|
create a new block
Tags:
Parameters
| int |
$block |
['bkey'] the key of the block |
| |
$args |
|
Blocks_adminapi_createposition [line 288]
mixed Blocks_adminapi_createposition(
$args, string $args['name'], string $args['description'])
|
|
create a block position
Tags:
Parameters
| string |
$args['name'] |
name of the position |
| string |
$args['description'] |
description of the position |
| |
$args |
|
blocks_adminapi_deactivate [line 212]
bool blocks_adminapi_deactivate(
int $args)
|
|
deactivate a block
Tags:
Parameters
| int |
$args |
['bid'] the ID of the block to deactivate |
blocks_adminapi_delete [line 249]
bool blocks_adminapi_delete(
int $args)
|
|
delete a block
Tags:
Parameters
| int |
$args |
['bid'] the ID of the block to delete |
blocks_adminapi_deleteposition [line 367]
bool blocks_adminapi_deleteposition(
$args, int $args['pid'])
|
|
delete a block position
Tags:
Parameters
| int |
$args['pid'] |
ID of the position |
| |
$args |
|
blocks_adminapi_getlinks [line 398]
array blocks_adminapi_getlinks(
)
|
|
get available admin panel links
Tags:
blocks_adminapi_setActiveState [line 183]
bool blocks_adminapi_setActiveState(
$block, int $args)
|
|
Set a block's active state
Tags:
Parameters
| int |
$args |
['bid'] the ID of the block to deactivate |
| |
$block |
|
blocks_adminapi_update [line 24]
bool blocks_adminapi_update(
string $args)
|
|
update attributes of a block
Tags:
Parameters
| string |
$args |
['content'] the new content of the block |
Blocks_adminapi_updateposition [line 329]
bool Blocks_adminapi_updateposition(
$args, int $args['pid'], sting $args['name'], string $args['description'])
|
|
update a block position item
Tags:
Parameters
| int |
$args['pid'] |
the ID of the item |
| sting |
$args['name'] |
name of the block position |
| string |
$args['description'] |
description of the block position |
| |
$args |
|