view = $view; $this->height = $height; $this->view_vars = $view_vars; } /** * Returns the height of the modal. * * @return int The set height. */ public function get_height() { return $this->height; } /** * Loads the view of the modal. * * @param string $unique_id An unique identifier for the modal. */ public function load_view( $unique_id ) { extract( $this->view_vars ); echo '