コード例 #1
0
ファイル: assets.php プロジェクト: MBerguer/wp-demo
 protected function getFilesRaw()
 {
     $this->uniqueFiles();
     $raw = '';
     foreach ($this->groups as $group) {
         $raw .= $this->cache->getAssetRaw($group, $this->files[$group], $this->codes[$group]);
     }
     return $raw;
 }
コード例 #2
0
ファイル: cache.php プロジェクト: vicpril/rep_bidqa
 protected function createInlineCode($group, &$codes)
 {
     return N2AssetsJs::serveJquery(parent::createInlineCode($group, $codes));
 }