Example #1
0
 /**
  * {@inheritdoc}
  */
 public function setStyle(StyleInterface $style)
 {
     /** @var Style $style */
     $this->setOption('style', $style->getMachineName());
     return $this->addObject($style);
 }
Example #2
0
 /**
  * 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());
 }