style = $this->getStyle(); $css = array(); $css['width'] = $this->getValueIf($this->style->getWidth(), $this->style->getWidth() . 'px'); $css['height'] = $this->getValueIf($this->style->getHeight(), $this->style->getHeight() . 'px'); return $this->assembleCss($css); } }