Exemplo n.º 1
0
 public function __toString()
 {
     $url = $this->getUrl();
     $css = $this->getCss();
     return PhalconUtils::javascriptInclude($url, $this->local) . "\n" . PhalconUtils::stylesheetLink($css, $this->localCss);
 }
Exemplo n.º 2
0
 public function __toString()
 {
     $url = $this->getUrl();
     return PhalconUtils::javascriptInclude($url, $this->local);
 }