PartKeepr\ExportBundle\EventListener\XmlExcelResponderViewListener::getWriter PHP Method

getWriter() protected method

protected getWriter ( $file )
    protected function getWriter($file)
    {
        return new XmlExcelWriter($file);
    }
XmlExcelResponderViewListener