extends |
StringType |
---|
Methods | ||
---|---|---|
public
|
__construct()
|
# |
public
|
describe(VerbosityLevel $level): string
|
# |
public
|
accepts(Type $type, bool $strictTypes): TrinaryLogic
|
# |
public
|
acceptsWithReason(Type $type, bool $strictTypes): AcceptsResult
|
# |
public
|
isSuperTypeOf(Type $type): TrinaryLogic
|
# |
public
|
isString(): TrinaryLogic
|
# |
public
|
isNumericString(): TrinaryLogic
|
# |
public
|
isNonEmptyString(): TrinaryLogic
|
# |
public
|
isNonFalsyString(): TrinaryLogic
|
# |
public
|
isLiteralString(): TrinaryLogic
|
# |
public
|
isClassStringType(): TrinaryLogic
|
# |
public
|
getClassStringObjectType(): Type
|
# |
public
|
getObjectTypeOrClassStringObjectType(): Type
|
# |
public
|
toPhpDocNode(): TypeNode
|
# |
public
static
|
__set_state(mixed[] $properties): Type
|
# |