Procedural File: pnBlocks.php
Source Location: /pnBlocks.php
Page Details:
Zikula Application Framework
Tags:
blocks [line 516]
pnBlockDisplayPosition [line 17]
void pnBlockDisplayPosition(
$side $side, [ $echo = true], [ $implode = true])
|
|
display all blocks in a block position
Parameters
| $side |
$side |
block position to render |
| |
$echo |
|
| |
$implode |
|
pnBlockGetInfo [line 480]
array pnBlockGetInfo(
value $value, [assocKey $assocKey = 'bid'])
|
|
get block information
Tags:
Parameters
| value |
$value |
the value to search for |
| assocKey |
$assocKey |
the field in which we look for the value (optional) (default='bid') |
pnBlockGetInfoByTitle [line 507]
array pnBlockGetInfoByTitle(
title $title)
|
|
get block information
Tags:
Parameters
| title |
$title |
the block title |
pnBlockLoad [line 225]
bool pnBlockLoad(
string $modname, string $block)
|
|
load a block
Tags:
Parameters
| string |
$modname |
module name |
| string |
$block |
name of the block |
pnBlockLoadAll [line 329]
pnBlocksGetInfo [line 467]
array pnBlocksGetInfo(
value 0, assocKey 1)
|
|
get block information
Tags:
Parameters
| value |
0 |
the value to search for |
| assocKey |
1 |
the field in which we look for the value (optional) (default='bid') |
pnBlockShow [line 129]
mixed pnBlockShow(
string $modname, string $block, [array $blockinfo = array()])
|
|
show a block
Tags:
Parameters
| string |
$modname |
module name |
| string |
$block |
name of the block |
| array |
$blockinfo |
information parameters |
pnBlockThemeBlock [line 162]
void pnBlockThemeBlock(
$row)
|
|
Display a block based on the current theme
Parameters
pnBlockVarsFromContent [line 382]
void pnBlockVarsFromContent(
$content, the $)
|
|
extract an array of config variables out of the content field of a block
Parameters
| the |
$ |
content from the db |
| |
$content |
|
pnBlockVarsToContent [line 412]
void pnBlockVarsToContent(
$vars, the $)
|
|
put an array of config variables in the content field of a block
Parameters
| the |
$ |
config vars array, in key->value form |
| |
$vars |
|
themesideblock [line 524]
void themesideblock(
$row)
|
|
Parameters