Horde_Core_Ajax_Response::sendAndExit PHP Метод

sendAndExit() публичный Метод

Send response data to browser and ends script execution.
public sendAndExit ( )
    public function sendAndExit()
    {
        $this->send();
        exit;
    }
Horde_Core_Ajax_Response