Browscap\Writer\WriterInterface::renderSectionBody PHP Method

renderSectionBody() public method

renders all found useragents into a string
public renderSectionBody ( array $section, DataCollection $collection, array $sections = [], string $sectionName = '' ) : WriterCollection
$section array
$collection Browscap\Data\DataCollection
$sections array
$sectionName string
return WriterCollection
    public function renderSectionBody(array $section, DataCollection $collection, array $sections = [], $sectionName = '');