Method |
Description |
|
__construct ( string $file ) |
|
|
close ( ) : Browscap\Writer\WriterInterface |
closes the Writer and the written File |
|
fileEnd ( ) : Browscap\Writer\WriterInterface |
Generates a end sequence for the output file |
|
fileStart ( ) : Browscap\Writer\WriterInterface |
Generates a start sequence for the output file |
|
getFilter ( ) : Browscap\Filter\FilterInterface |
|
|
getFormatter ( ) : Browscap\Formatter\FormatterInterface |
|
|
getLogger ( ) : Psr\Log\LoggerInterface |
|
|
getType ( ) : string |
returns the Type of the writer |
|
isSilent ( ) : boolean |
|
|
renderAllDivisionsFooter ( ) : Browscap\Writer\WriterInterface |
renders the footer for all divisions |
|
renderAllDivisionsHeader ( DataCollection $collection ) : Browscap\Writer\WriterInterface |
renders the header for all divisions |
|
renderDivisionFooter ( ) : Browscap\Writer\WriterInterface |
renders the footer for a division |
|
renderDivisionHeader ( string $division, string $parent = 'DefaultProperties' ) : Browscap\Writer\WriterInterface |
renders the header for a division |
|
renderHeader ( array $comments = [] ) : Browscap\Writer\WriterInterface |
Generate the header |
|
renderSectionBody ( array $section, DataCollection $collection, array $sections = [], string $sectionName = '' ) : CsvWriter |
renders all found useragents into a string |
|
renderSectionFooter ( string $sectionName = '' ) : Browscap\Writer\WriterInterface |
renders the footer for a section |
|
renderSectionHeader ( string $sectionName ) : Browscap\Writer\WriterInterface |
renders the header for a section |
|
renderVersion ( array $versionData = [] ) : Browscap\Writer\WriterInterface |
renders the version information |
|
setFilter ( Browscap\Filter\FilterInterface $filter ) : Browscap\Writer\WriterInterface |
|
|
setFormatter ( Browscap\Formatter\FormatterInterface $formatter ) : Browscap\Writer\WriterInterface |
|
|
setLogger ( Psr\Log\LoggerInterface $logger ) : Browscap\Writer\WriterInterface |
|
|
setSilent ( boolean $silent ) : Browscap\Writer\WriterInterface |
|
|