jIHTMLResponsePlugin

Extends

interface for plugins for jResponseBasicHtml or jResponseHtml, which allows to make changes in the response at several step

package

jelix

Methods

__construct

__construct(\jResponse $c) 

Arguments

called just before the jResponseBasicHtml::doAfterActions() call

afterAction() 

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.

atBottom() 

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.

beforeOutput() 

called just before the output of an error page

beforeOutputError()