$hasReachedReadyNowOrBefore method

  1. @protected
  2. @nonVirtual
  3. @internal
bool $hasReachedReadyNowOrBefore()
inherited

Should not be overridden or used by application code

Implementation

@protected
@nonVirtual
@internal
bool $hasReachedReadyNowOrBefore() {
	return this._ezLifecycleReachedReady;
}