MiniAsset\Output\AssetCacher::__construct PHP Method

__construct() public method

public __construct ( $path, $theme = null )
    public function __construct($path, $theme = null)
    {
        $this->path = $path;
        $this->theme = $theme;
    }