Box\Spout\Writer\Common\Helper\AbstractStyleHelper::__construct PHP Method

__construct() public method

public __construct ( Style $defaultStyle )
$defaultStyle Box\Spout\Writer\Style\Style
    public function __construct($defaultStyle)
    {
        // This ensures that the default style is the first one to be registered
        $this->registerStyle($defaultStyle);
    }