class ViewStringType extends StringType

The custom 'view-string' type class. It's a subset of the string type. Every string that passes the view()->exists($string) test is a valid view-string type.

Methods

string
describe(VerbosityLevel $level)

No description

TrinaryLogic
accepts(Type $type, bool $strictTypes)

No description

TrinaryLogic
isSuperTypeOf(Type $type)

No description

static Type
__set_state(array $properties)

No description

Details

at line 19
string describe(VerbosityLevel $level)

No description

Parameters

VerbosityLevel $level

Return Value

string

at line 24
TrinaryLogic accepts(Type $type, bool $strictTypes)

No description

Parameters

Type $type
bool $strictTypes

Return Value

TrinaryLogic

at line 48
TrinaryLogic isSuperTypeOf(Type $type)

No description

Parameters

Type $type

Return Value

TrinaryLogic

at line 76
static Type __set_state(array $properties)

No description

Parameters

array $properties

Return Value

Type