get_stylesheet() public method

Gets the filename of the stylesheet to load for this form.
public get_stylesheet ( ) : string
return string
Exemplo n.º 1
0
 /**
  * We only need the stylesheet of this form for this preview page.
  *
  * @param $stylesheets
  *
  * @return string
  */
 public function set_stylesheet($stylesheets)
 {
     return array($this->form->get_stylesheet());
 }