/** * {@inheritdoc} */ public function setStyle(StyleInterface $style) { /** @var Style $style */ $this->setOption('style', $style->getMachineName()); return $this->addObject($style); }
/** * Set the style of this layer. * * @param StyleInterface $style * The style object. */ public function setStyle(StyleInterface $style) { /* @var Style $style */ $this->setOption('style', $style->getMachineName()); }