Eloquent\Phony\Event\EventSequence::hasCalls PHP Метод

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

Returns true if this collection contains any calls.
public hasCalls ( ) : boolean
Результат boolean True if this collection contains any calls.
    public function hasCalls()
    {
        return $this->callCount > 0;
    }