public function render() { if (!$this->init_flag) { $this->init_flag = true; return ""; } return parent::render(); }