mosComponentHandlerSingleton class to handle with current component
This class controls the start, end and send output buffer from current component
Located in /includes/cmtclasses.php (line 24)
string
$_buffer
= '' (line 31)
stores the output from current component
Ends the use of buffer
This function ends the use of buffers to components output, all outputs are stored in $this->_buffer
Return a reference to current handler
This function returns a reference to current component handler, if none handler exists, it creates one.
Example of use:
Returns the admin parameters from a component
This function returns a reference to specified component in $name param, if none parameters are founded it returns null.
Writes the output from current component
This function send to client browser the outputs from the component, it's called by mosMainBody() global function.
Start the use of buffer
This function start the use of buffers to components output
Documentation generated on Mon, 05 May 2008 16:17:58 +0400 by phpDocumentor 1.4.0