Chris@0: command("pop_frame"); Chris@0: } Chris@0: Chris@0: /** Chris@0: * Goes into the iframe to do stuff Chris@0: * @param string $name Chris@0: * @param int $timeout Chris@0: * @return mixed Chris@0: * @throws \Zumba\GastonJS\Exception\BrowserError Chris@0: * @throws \Exception Chris@0: */ Chris@0: public function pushFrame($name, $timeout = null) { Chris@0: return $this->command("push_frame", $name, $timeout); Chris@0: } Chris@0: }