get_stylesheet() public méthode

Gets the filename of the stylesheet to load for this form.
public get_stylesheet ( ) : string
Résultat string
 /**
  * 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());
 }