![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| __construct (ipsRegistry $registry) | |
| createWizardSession ($block) | |
| getBlockConfig () | |
| getTags ($info) | |
| recacheBlock ($block, $return=false) | |
| returnNextStep ($session) | |
Protected Member Functions | |
| _parseBlock ($block) | |
| _saveBlock ($session) | |
| _storeSubmittedData ($session) | |
| __construct | ( | ipsRegistry $ | registry | ) |
Constructor
public
| object | Registry reference |
Reimplemented from adminBlockHelper.
| _parseBlock | ( | $ | block | ) | [protected] |
Parse block
protected
| array | Block data |
| _saveBlock | ( | $ | session | ) | [protected] |
Save the block to the DB
protected
| array | Session data |
| _storeSubmittedData | ( | $ | session | ) | [protected] |
Store the data submitted for the last step
protected
| array | Session data |
| createWizardSession | ( | $ | block | ) |
Store data to initiate a wizard session based on given block table data
public
| array | Block data |
Implements adminBlockHelperInterface.
| getBlockConfig | ( | ) |
Get configuration data. Allows for automatic block types.
public
Implements adminBlockHelperInterface.
| getTags | ( | $ | info | ) |
Return the tag help for this block type
public
| string | Extra block info (type) |
| recacheBlock | ( | $ | block, |
| $ | return = false |
||
| ) |
Recache this block to the database based on content type and cache settings.
public
| array | Block data |
| bool | Return data instead of saving to database |
Implements adminBlockHelperInterface.
| returnNextStep | ( | $ | session | ) |
Wizard launcher. Should determine the next step necessary and act appropriately.
public
| array | Session data |
Implements adminBlockHelperInterface.