Box\Spout\Writer\Common\Helper\AbstractStyleHelper::getDefaultStyle PHP Метод

getDefaultStyle() защищенный Метод

Returns the default style
protected getDefaultStyle ( ) : Style
Результат Box\Spout\Writer\Style\Style Default style
    protected function getDefaultStyle()
    {
        // By construction, the default style has ID 0
        return $this->styleIdToStyleMappingTable[0];
    }