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