Class PHPStan\Type\ThisType

extends StaticType
Methods
Methods inherited from PHPStan\Type\StaticType
getClassName(), getClassReflection(), getAncestorWithClassName(), getStaticObjectType(), getReferencedClasses(), accepts(), equals(), canAccessProperties(), hasProperty(), getProperty(), getUnresolvedPropertyPrototype(), canCallMethods(), hasMethod(), getMethod(), getUnresolvedMethodPrototype(), canAccessConstants(), hasConstant(), getConstant(), isIterable(), isIterableAtLeastOnce(), getIterableKeyType(), getIterableValueType(), isOffsetAccessible(), hasOffsetValueType(), getOffsetValueType(), setOffsetValueType(), unsetOffset(), isCallable(), isArray(), isOversizedArray(), isString(), isNumericString(), isNonEmptyString(), isNonFalsyString(), isLiteralString(), getCallableParametersAcceptors(), isCloneable(), toNumber(), toString(), toInteger(), toFloat(), toArray(), toBoolean(), subtract(), getTypeWithoutSubtractedType(), getSubtractedType(), tryRemove(),