Eloquent\Phony\Call\Event\AbstractCallEvent::setCall PHP Method

setCall() public method

Set the call.
public setCall ( Eloquent\Phony\Call\Call $call )
$call Eloquent\Phony\Call\Call The call.
    public function setCall(Call $call)
    {
        $this->call = $call;
        return $this;
    }
AbstractCallEvent