You are here

public function StylesDefault::display in Styles 7.2

Same name and namespace in other branches
  1. 6.2 includes/Styles.inc \StylesDefault::display()
  2. 6 includes/Styles.inc \StylesDefault::display()

Display the rendered output.

Parameters

boolean $reset: Optional; if TRUE, the rebuild the output.

Return value

A fully themed snippet of HTML for output.

File

includes/Styles.inc, line 85
Styles.inc Base class for Styles.

Class

StylesDefault
@file Styles.inc Base class for Styles.

Code

public function display($reset = FALSE) {
  return $this
    ->render($reset);
}