parent = $parent; } /** * Is this a slow-running page in the installer? If so, WebInstaller will * set_time_limit(0) before calling execute(). Right now this only applies * to Install and Upgrade pages * * @return bool Always false in this default implementation. */ public function isSlow() { return false; } /** * @param string $html */ public function addHTML( $html ) { $this->parent->output->addHTML( $html ); } public function startForm() { $this->addHTML( "