![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| __construct ($blog, ipsRegistry $registry) | |
| getBlock ($cblock) | |
| getConfigForm ($cblock) | |
| saveConfig ($data) | |
Data Fields | |
| $js_block | |
Protected Attributes | |
| $configable | |
| $data | |
| $lang | |
| $registry | |
| __construct | ( | $ | blog, |
| ipsRegistry $ | registry | ||
| ) |
CONSTRUCTOR
| array | $blog | Array of data from the current blog |
| object | $registry |
Implements iContentBlock.
| getBlock | ( | $ | cblock | ) |
Returns the html for the search block
| array | $cblock | array of custom block data |
Implements iContentBlock.
| getConfigForm | ( | $ | cblock | ) |
Returns the html for the content block configuration form
| array | $cblock | Array of content block data |
Implements iContentBlock.
| saveConfig | ( | $ | data | ) |
Handles any extra processing needed on config data
| array | $data | array of config data |
Implements iContentBlock.
$registry [protected] |
Registry Object Shortcuts
Reimplemented from contentBlocks.