AssetCompress\View\Helper\AssetCompressHelper::writer PHP 메소드

writer() 보호된 메소드

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