Exemplo n.º 1
0
 public function __construct($filepath = null)
 {
     if ($filepath != null) {
         $this->html = file_to_string($filepath);
     }
 }
Exemplo n.º 2
0
 public function addCssFile($filepath)
 {
     $this->pluginCss[] = file_to_string($filepath);
 }
Exemplo n.º 3
0
 public function addJavascriptFile($filepath)
 {
     $this->pluginJavascript[] = file_to_string($filepath);
 }