Eloquent\Phony\Call\Event\AbstractCallEvent::call PHP 메소드

call() 공개 메소드

Get the call.
public call ( ) : Eloquent\Phony\Call\Call | null
리턴 Eloquent\Phony\Call\Call | null The call, or null if no call has been set.
    public function call()
    {
        return $this->call;
    }
AbstractCallEvent