Exemplo n.º 1
0
 protected function _tag($code)
 {
     if ($this->tag === true) {
         return Script::open(true, $this->jqueryCdn, $this->jqueryUiCdn) . $code . Script::close();
     }
     return $code;
 }