Eloquent\Phony\Call\Event\AbstractCallEvent::call PHP Méthode

call() public méthode

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