height = $height; return $this; } public function render() { $this->addVariables([ 'height' => $this->height, ]); return parent::render(); } }