AssetCompress\View\Helper\AssetCompressHelper::writer PHP Method

writer() protected method

Get the AssetWriter
protected writer ( ) : AssetWriter
return MiniAsset\Output\AssetWriter
    protected function writer()
    {
        if (empty($this->writer)) {
            $this->writer = $this->factory()->writer();
        }
        return $this->writer;
    }