protected function getFilesRaw() { $this->uniqueFiles(); $raw = ''; foreach ($this->groups as $group) { $raw .= $this->cache->getAssetRaw($group, $this->files[$group], $this->codes[$group]); } return $raw; }
protected function createInlineCode($group, &$codes) { return N2AssetsJs::serveJquery(parent::createInlineCode($group, $codes)); }