![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| __construct (output $output) | |
| addHeadItems () | |
| displayBoardOffline ($message) | |
| displayError ($message, $code=0, $header=401) | |
| fetchOutput ($output, $title, $navigation, $documentHeadItems, $jsLoaderItems, $extraData=array()) | |
| finishUp () | |
| html_showDebugInfo () | |
| parseIPSTags ($text) | |
| printHeader () | |
| silentRedirect ($url, $seoTitle='', $send301=FALSE, $seoTemplate='') | |
Protected Member Functions | |
| _getFasterText () | |
| html_buildLanguageDropDown () | |
| html_fetchCopyright () | |
| html_fetchSetsDropDown ($parent=0, $iteration=0) | |
Protected Attributes | |
| $_css = array( 'import' => array(), 'inline' => array() ) | |
| $_printOnly = false | |
| $output | |
| $useMinimalWrapper = false | |
| __construct | ( | output $ | output | ) |
| _getFasterText | ( | ) | [protected] |
Get faster text
protected
| addHeadItems | ( | ) |
Adds more items into the document header like CSS / RSS, etc
public
Implements interface_output.
| displayBoardOffline | ( | $ | message | ) |
Display board offline
public
| string | Message |
| displayError | ( | $ | message, |
| $ | code = 0, |
||
| $ | header = 401 |
||
| ) |
Display error
public
| string | Error message |
| integer | Error code |
| fetchOutput | ( | $ | output, |
| $ | title, | ||
| $ | navigation, | ||
| $ | documentHeadItems, | ||
| $ | jsLoaderItems, | ||
| $ | extraData = array() |
||
| ) |
Fetches the output
public
| string | Output gathered |
| string | Title of the document |
| array | Navigation gathered |
| array | Array of document head items |
| array | Array of JS loader items |
| array | Array of extra data |
Implements interface_output.
| finishUp | ( | ) |
| html_buildLanguageDropDown | ( | ) | [protected] |
Fetch language drop down box
protected
| html_fetchCopyright | ( | ) | [protected] |
Fetch copyright notice
protected
| html_fetchSetsDropDown | ( | $ | parent = 0, |
| $ | iteration = 0 |
||
| ) | [protected] |
Fetch skin list
Does what is says up there a bit
protected
| int | Parent id |
| int | Iteration |
Returns debug data
protected
| parseIPSTags | ( | $ | text | ) |
Replace IPS tags Converts over <#IMG_DIR#>, etc
public
| string |
Implements interface_output.
| printHeader | ( | ) |
Prints any header information for this output module
public
Implements interface_output.
| silentRedirect | ( | $ | url, |
| $ | seoTitle = '', |
||
| $ | send301 = FALSE, |
||
| $ | seoTemplate = '' |
||
| ) |
Silent redirect (Redirects without a screen or other notification)
public
| string | URL |
| string | [SEO Title] |
| string | [Send a 301 redirect header first] |
| string | SEO Template |