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

__construct() публичный Метод

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);
    }