![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| _displayCblock ($cb_id) | |
| doExecute (ipsRegistry $registry) | |
Protected Member Functions | |
| _addCblock () | |
| _deleteCblock () | |
| _enableCblock () | |
| _removeCblock () | |
| _saveCblockConfig () | |
| _savePosition ($output=true) | |
| _showCblockConfig () | |
Protected Attributes | |
| $blog = array() | |
| $entries_read = array() | |
| $error = array() | |
| $last_read = array() | |
| $output = "" | |
| _addCblock | ( | ) | [protected] |
Add a custom block
protected
| _deleteCblock | ( | ) | [protected] |
Delete a custom block
protected
| _displayCblock | ( | $ | cb_id | ) |
Display Content Block (return Block HTML)
public
| integer | $cb_id |
| _enableCblock | ( | ) | [protected] |
Enable a custom block
protected
| _removeCblock | ( | ) | [protected] |
Remove a custom block
protected
| _saveCblockConfig | ( | ) | [protected] |
Save the cblock configuration
protected
| _savePosition | ( | $ | output = true | ) | [protected] |
Save the new cblock position
protected
| boolean | Whether or not to output (vs returning) |
| _showCblockConfig | ( | ) | [protected] |
Save the cblock configuration
protected
| doExecute | ( | ipsRegistry $ | registry | ) |
Main function executed automatically by the controller
| object | $registry | Registry object |
Reimplemented from ipsAjaxCommand.