style = $this->getStyle(); $css = array(); if (is_array($this->style) && !empty($this->style)) { $css = $this->style; } return $this->assembleCss($css); } }