get_stylesheet() 공개 메소드

Gets the filename of the stylesheet to load for this form.
public get_stylesheet ( ) : string
리턴 string
예제 #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());
 }