Packageindex Classtrees Elementlist

File: /home/jerry/www/vb3/impex/ImpExDisplayWrapper.php
vB3 ImpEx Import system - ImpEx

ImpExDisplayWrapper

ImpExFunction
   |
  +-- ImpExDisplay
     |
    +-- ImpExDisplayWrapper

Wraps the Display Object when being used in the admincp.

 

private class ImpExDisplayWrapper extends ImpExDisplay

Wraps the Display Object when being used in the admincp.

AuthorsJerry Hutchings <jerry.hutchings@vbulletin.com>
Version$Revision: 1.24 $
Copyrighthttp://www.vbulletin.com/license.html

 

Methods inherited from ImpExDisplay

update_basic, display_modules, module_ver, choose_system, make_select, display, module_finished, impexdisplay, print_redirect, exec_refresh

Methods inherited from ImpExFunction

impexfunction, option2bin, over_ride_test, iif, unhtmlspecialchars, vb_parse_url, vb_file_get_contents, return_style_array, html_2_bb, parse_smilie_callback, all_your_posts_are_belong_to_us

Public Method Summary

void

ImpExDisplayWrapper()

Warning: documentation is missing.

Private Method Summary

void

call( $function_name, string $params)

Warning: documentation is missing.
void

display_now(string $var)

Outputs the content of the headder before index.php is called, ensures thatWarning: documentation is missing.
void

page_header()

HTML Page code - returns the html page header code depending on the internal flag autosubmitWarning: documentation is missing.
void

page_footer()

HTML Page code - returns the html page footer codeWarning: documentation is missing.
void

update_html(string $function_called)

Retrives the values needed to define a ImpExData objectWarning: documentation is missing.
void

make_input_code(string $title, string $name, [ string $value, string $htmlise, string $size ])

HTML Page code - table text inputWarning: documentation is missing.
void

make_table_header(string $title, [ string $htmlise, string $colspan, string $anchor ], string $align, integer $helplink)

HTML Page code - table headerWarning: documentation is missing.
void

get_row_bg()

TODO - remove this to a local variableWarning: documentation is missing.
void

do_form_header([ string $phpscript ], string $action, [ int $uploadform, int $addtable ], string $name, string $width, string $target, boolean $echobr, string $method)

HTML Page code - form headerWarning: documentation is missing.
void

do_form_footer([ string $submitname, string $resetname, int $colspan, string $goback ], string $extra)

HTML Page code - form footerWarning: documentation is missing.
void

make_description(string $text, [ string $htmlise, int $colspan, string $class ], string $align)

HTML Page code - form footerWarning: documentation is missing.
void

make_yesno_code(string $title, string $name, [ int $value ], string $onclick)

HTML Page code - yes noWarning: documentation is missing.
void

make_hidden_code(string $name, [ string $value, int $htmlise ])

HTML Page code - form footerWarning: documentation is missing.

Fields inherited from ImpExDisplay

$_version, $_screenstring, $_screenbasic

Fields inherited from ImpExFunction

$_version, $_smilies

Included files inherited from ImpExDisplay

$modulepath

Included files Summary, Type: require_once

includes/functions.php Warning: documentation is missing.
includes/adminfunctions.php Warning: documentation is missing.

Public Method Details

ImpExDisplayWrapper

public void ImpExDisplayWrapper( )

 

Warning: documentation is missing.

Returns void


Private Method Details

call

private void call( $function_name, string $params )

 

Warning: documentation is missing.

Parameter
$function_name
Warning: documentation is missing.
string $params
Warning: documentation is missing.
Returns void


display_now

private void display_now( string $var )

  Outputs the content of the headder before index.php is called, ensures that
the <html <head <body tags are out putted correctly and not disrupted by an echo() etcOutput is augmented by object state and internal flags

Warning: documentation is missing.

Parameter
string $var
The output to be displayed, usally the $_screenstring.
Returns void


page_header

private void page_header( )

  HTML Page code - returns the html page header code depending on the internal flag autosubmit

Warning: documentation is missing.

Returns void


page_footer

private void page_footer( )

  HTML Page code - returns the html page footer code

Warning: documentation is missing.

Returns void


update_html

private void update_html( string $function_called )

  Retrives the values needed to define a ImpExData object

Warning: documentation is missing.

Parameter
string $function_called
An accessor that appends a string (HTML) onto the pageHTML
Returns void


make_input_code

private void make_input_code( string $title, string $name, [ string $value, string $htmlise, string $size ] )

  HTML Page code - table text input

Warning: documentation is missing.

Parameter
string $title
Input title
string $name
HTML element name
string $value = >>''<<
The default value
string $htmlise = >>1<<
Calls htmlspecialchars on the value
string $size = >>35<<
The size of the input
Returns void


make_table_header

private void make_table_header( string $title, [ string $htmlise, string $colspan, string $anchor ], string $align, integer $helplink )

  HTML Page code - table header

Warning: documentation is missing.

Parameter
string $title
Table title
string $htmlise = >>1<<
HTML anchor name
string $colspan = >>2<<
Calls htmlspecialchars on the value
string $anchor = >>''<<
The collum span width
string $align
Warning: documentation is missing.
integer $helplink
Warning: documentation is missing.
Returns void


get_row_bg

private void get_row_bg( )

  TODO - remove this to a local variable

Warning: documentation is missing.

Returns void


do_form_header

private void do_form_header( [ string $phpscript ], string $action, [ int $uploadform, int $addtable ], string $name, string $width, string $target, boolean $echobr, string $method )

  HTML Page code - form header

Warning: documentation is missing.

Parameter
string $phpscript = >>''<<
The target of the form
string $action
The action value
int $uploadform = >>false<<
0|1 whether to use = ENCTYPE=multipart/form-data
int $addtable = >>true<<
0|1 whether to add the beginings of a table after the <form tag
string $name
Warning: documentation is missing.
string $width
Warning: documentation is missing.
string $target
Warning: documentation is missing.
boolean $echobr
Warning: documentation is missing.
string $method
Warning: documentation is missing.
Returns void


do_form_footer

private void do_form_footer( [ string $submitname, string $resetname, int $colspan, string $goback ], string $extra )

  HTML Page code - form footer

Warning: documentation is missing.

Parameter
string $submitname = >>''<<
The submit name
string $resetname = >>'_default_'<<
The reset name
int $colspan = >>2<<
The collum span width
string $goback = >>''<<
Text for the back button ( onclick="history.back(1)" )
string $extra
Warning: documentation is missing.
Returns void


make_description

private void make_description( string $text, [ string $htmlise, int $colspan, string $class ], string $align )

  HTML Page code - form footer

Warning: documentation is missing.

Parameter
string $text
The submit name
string $htmlise = >>0<<
The reset name
int $colspan = >>2<<
The collum span width
string $class = >>''<<
Text for the back button ( onclick="history.back(1)" )
string $align
Warning: documentation is missing.
Returns void


make_yesno_code

private void make_yesno_code( string $title, string $name, [ int $value ], string $onclick )

  HTML Page code - yes no

Warning: documentation is missing.

Parameter
string $title
The title of the radio group
string $name
The name of the value
int $value = >>1<<
1|0 The inital setting of the yes / no
string $onclick
Warning: documentation is missing.
Returns void


make_hidden_code

private void make_hidden_code( string $name, [ string $value, int $htmlise ] )

  HTML Page code - form footer

Warning: documentation is missing.

Parameter
string $name
The hidden value name
string $value = >>''<<
The value
int $htmlise = >>1<<
1|0 htmlspecialchars($value)
Returns void


Included Files, Type: require_once

includes/functions.php

require_once( includes/functions.php )



includes/adminfunctions.php

require_once( includes/adminfunctions.php )




Packageindex Classtrees Elementlist
PHPDoc 1.0beta