b0y-101 Mini Shell


Current Path : E:/www/nongbua/libraries/nextend2/nextend/library/libraries/assets/less/
File Upload :
Current File : E:/www/nongbua/libraries/nextend2/nextend/library/libraries/assets/less/assets.php

<?php

class N2AssetsLess extends N2AssetsAbstract {

    public function __construct() {
        $this->cache = new N2AssetsCacheLess();
    }

    protected function uniqueFiles() {
        $this->initGroups();
    }

    public function getFiles() {
        $this->uniqueFiles();

        $files = array();
        foreach ($this->groups AS $group) {
            $files[$group] = $this->cache->getAssetFile($group, $this->files[$group], $this->codes[$group]);
        }

        return $files;
    }
} 

Copyright © 2019 by b0y-101