id = $id; if (! is_null($width)) { $this->width = $width; } if (! is_null($height)) { $this->height = $height; } } public function render() { return <<
div; } }