Class PHPStan\Type\Enum\EnumCaseObjectType

extends ObjectType
  • PHPStan\Type\ObjectType implements TypeWithClassName, SubtractableType uses MaybeIterableTypeTrait, NonArrayTypeTrait, NonGenericTypeTrait, UndecidedComparisonTypeTrait, NonGeneralizableTypeTrait
    • PHPStan\Type\Enum\EnumCaseObjectType
Methods
Methods inherited from PHPStan\Type\ObjectType
resetCaches(), getClassName(), hasProperty(), getUnresolvedPropertyPrototype(), getPropertyWithoutTransformingStatic(), getReferencedClasses(), describeAdditionalCacheKey(), toNumber(), toInteger(), toFloat(), toString(), toArray(), toArrayKey(), toBoolean(), canAccessProperties(), canCallMethods(), hasMethod(), getMethod(), getUnresolvedMethodPrototype(), canAccessConstants(), hasConstant(), getConstant(), getConstantStrings(), isIterable(), isIterableAtLeastOnce(), getArraySize(), getIterableKeyType(), getFirstIterableKeyType(), getLastIterableKeyType(), getIterableValueType(), getFirstIterableValueType(), getLastIterableValueType(), isNull(), isTrue(), isFalse(), isBoolean(), isFloat(), isInteger(), isString(), isNumericString(), isNonEmptyString(), isNonFalsyString(), isLiteralString(), isClassStringType(), isVoid(), isScalar(), isOffsetAccessible(), hasOffsetValueType(), getOffsetValueType(), setOffsetValueType(), unsetOffset(), isCallable(), getCallableParametersAcceptors(), isCloneable(), isInstanceOf(), traverse(), getNakedClassReflection(), getClassReflection(), getAncestorWithClassName(),