You are here

public function QuickContentRenderable::render in Quick Tabs 7.3

Renders the content.

Parameters

$hide_emtpy If set to true, then the renderer should return an empty: array if there is no content to display, for example if the user does not have access to the requested content.

$args Used during an ajax call to pass in the settings necessary to: render this type of content.

6 methods override QuickContentRenderable::render()
QuickBlockContent::render in plugins/QuickBlockContent.inc
Renders the content.
QuickCallbackContent::render in plugins/QuickCallbackContent.inc
Renders the content.
QuickNodeContent::render in plugins/QuickNodeContent.inc
Renders the content.
QuickPreRenderedContent::render in ./quicktabs.classes.inc
The render method simply returns the contents that were passed in and stored during construction.
QuickQtabsContent::render in plugins/QuickQtabsContent.inc
Renders the content.

... See full list

File

./quicktabs.classes.inc, line 349

Class

QuickContentRenderable
Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderable interface.

Code

public function render($hide_empty = FALSE, $args = array());