Interface jIHTMLResponsePlugin

Description

interface for plugins for jResponseBasicHtml or jResponseHtml, which allows

to make changes in the response at several step

Located in /core/response/jResponseBasicHtml.class.php (line 18)


	
			
Method Summary
jIHTMLResponsePlugin __construct (jResponse $c)
void afterAction ()
void atBottom ()
void beforeOutput ()
Methods
Constructor __construct (line 20)
  • access: public
jIHTMLResponsePlugin __construct (jResponse $c)
afterAction (line 25)

called just before the jResponseBasicHtml::doAfterActions() call

  • access: public
void afterAction ()
atBottom (line 39)

called when the content is generated, and potentially sent, except the body end tag and the html end tags. This method can output directly some contents.

  • access: public
void atBottom ()
beforeOutput (line 32)

called just before the final output. This is the opportunity to make changes before the head and body output. At this step the main content (if any) is already generated.

  • access: public
void beforeOutput ()
beforeOutputError (line 44)

called just before the output of an error page

  • access: public
void beforeOutputError ()

Documentation generated on Wed, 24 Sep 2014 22:01:21 +0200 by phpDocumentor 1.4.3