Squiz Matrix
4.12.2
|
Public Member Functions | |
Hipo_Backend_Outputter () | |
setFormData ($form_name, $url) | |
_paintHeader () | |
_paintFooter () | |
_paintSection ($section, $depth=0) | |
Public Member Functions inherited from Backend_Outputter | |
Backend_Outputter () | |
setBuffering ($buffer=TRUE) | |
setRedirect ($link, $target='self') | |
addOnLoad ($call) | |
addFormActionGetVar ($name, $value, $persistant=FALSE) | |
getCurrentLocation () | |
setFormAnchor ($anchor) | |
setPageTitle ($title) | |
setHeading ($heading, $icon='') | |
setSubHeading ($heading, $icon='') | |
addMessage ($type, $msg) | |
addCssInclude ($file) | |
addJsInclude ($file) | |
addOnSubmit ($call) | |
addHiddenField ($name, $value='') | |
addScreen ($url, $name) | |
addStaticScreen ($url, $name) | |
addPreloadImg ($file) | |
setCharset ($charset) | |
openRaw () | |
closeRaw () | |
openSection ($heading='', $icon='') | |
closeSection () | |
_openSection ($init_arr) | |
_nbOpenSection ($init_arr) | |
_closeSection () | |
_nbCloseSection () | |
openField ($name, $format='', $note='', $hidden=FALSE, $id_name='') | |
_nbOpenField ($name, $format='', $note='', $hidden=FALSE) | |
closeField () | |
_nbCloseField () | |
filesPath ($file='') | |
paint () | |
getAsString () | |
_paintHeader () | |
_paintSection ($section, $depth=0) | |
_paintFooter () | |
_paintCssInclude ($file) | |
_paintJsInclude ($file) | |
note ($str) | |
sectionNote ($str='') | |
_nbSectionNote ($str) | |
commitButton ($value='', $release_lock=TRUE, $include_section=TRUE) | |
printScreenMenu () | |
printContextSwitcher () | |
printSimpleContextSwitcher () | |
onBackendMessage (&$broadcaster, $event_data=Array()) | |
onCreateLink (&$broadcaster, $event_data=Array()) | |
onDeleteLink (&$broadcaster, $event_data=Array()) | |
onAssetUpdate (&$broadcaster, $event_data=Array()) | |
onAssetTypeUpdate (&$broadcaster, $event_data=Array()) | |
onAssetStatusUpdate (&$broadcaster, $event_data=Array()) | |
getCurrentSectionNumber () | |
Data Fields | |
$_form_data = Array() | |
Data Fields inherited from Backend_Outputter | |
$_messages = Array() | |
$_redirect = '' | |
$_redirect_target = '' | |
$_on_load_calls = Array() | |
$_refreshing_assets = Array() | |
$_action = '' | |
$_persistant_get_vars = Array() | |
$_anchor = '' | |
$_page_title = '' | |
$_heading = '' | |
$_heading_icon = '' | |
$_sub_heading = '' | |
$_css_includes = Array() | |
$_js_includes = Array() | |
$_on_submit_calls = Array() | |
$_hidden_fields = Array() | |
$_screens = Array() | |
$_static_screens = Array() | |
$_contents = Array() | |
$_img_button_count = 0 | |
$_preload_imgs = Array() | |
$_files_path | |
$_raw_opened = FALSE | |
$_section_stack = Array() | |
$_current_field = NULL | |
$_section_count = 0 | |
$_field_count = 0 | |
$_charset = '' | |
$_buffering = TRUE | |
$_is_open_section = FALSE | |
$_is_open_field = FALSE | |
$_current_field_type = '' | |
$_current_field_note = '' | |
$_nb_section_count = 0 | |
Definition at line 32 of file hipo_backend_outputter.inc.
_paintFooter | ( | ) |
Paint the footer of the page
Definition at line 151 of file hipo_backend_outputter.inc.
_paintHeader | ( | ) |
Paint the header of the page
Definition at line 78 of file hipo_backend_outputter.inc.
_paintSection | ( | $section, | |
$depth = 0 |
|||
) |
Paint the passed section onto the page
string | $section | the type of the section |
int | $depth | the number of nested steps |
Definition at line 174 of file hipo_backend_outputter.inc.
Constructor
string | $type_code | public |
Definition at line 49 of file hipo_backend_outputter.inc.
setFormData | ( | $form_name, | |
$url | |||
) |
Set the form name and url to submit to
string | $form_name | the name of the form |
string | $url | the url to submit to |
Definition at line 65 of file hipo_backend_outputter.inc.