Метод |
Описание |
|
addWriter ( Browscap\Writer\WriterInterface $writer ) : WriterCollection |
add a new writer to the collection |
|
close ( ) : WriterCollection |
closes the Writer and the written File |
|
fileEnd ( ) : WriterCollection |
Generates a end sequence for the output file |
|
fileStart ( ) : WriterCollection |
Generates a start sequence for the output file |
|
renderAllDivisionsFooter ( ) : WriterCollection |
renders the footer for all divisions |
|
renderAllDivisionsHeader ( DataCollection $collection ) : WriterCollection |
renders the header for all divisions |
|
renderDivisionFooter ( ) : WriterCollection |
renders the footer for a division |
|
renderDivisionHeader ( string $division, string $parent = 'DefaultProperties' ) : WriterCollection |
renders the header for a division |
|
renderHeader ( array $comments = [] ) : WriterCollection |
Generate the header |
|
renderSectionBody ( array $section, DataCollection $collection, array $sections = [], string $sectionName = '' ) : WriterCollection |
renders all found useragents into a string |
|
renderSectionFooter ( string $sectionName = '' ) : WriterCollection |
renders the footer for a section |
|
renderSectionHeader ( string $sectionName ) : WriterCollection |
renders the header for a section |
|
renderVersion ( string $version, DataCollection $collection ) : WriterCollection |
renders the version information |
|
setExpander ( Expander $expander ) : Browscap\Writer\WriterInterface |
|
|
setSilent ( Division $division ) : WriterCollection |
|
|
setSilentSection ( mixed $section ) : WriterCollection |
|
|