You are here

public function StylesDefault::set_output in Styles 6

Same name and namespace in other branches
  1. 6.2 includes/Styles.inc \StylesDefault::set_output()
1 call to StylesDefault::set_output()
StylesDefault::render in includes/Styles.inc

File

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

Class

StylesDefault
@file Styles.inc Base class for Styles.

Code

public function set_output($value) {
  return $this
    ->set('output', $value);
}