Elgg\Ajax\Response::cancel PHP Méthode

cancel() public méthode

public cancel ( )
    public function cancel()
    {
        $this->cancelled = true;
        return $this;
    }