class ResourceType implements Type

Represents a resource type.

Methods

string|null
ofType()

Get the of type.

mixed
accept( TypeVisitor $visitor)

Accept a visitor.

Details

at line 38
string|null ofType()

Get the of type.

Return Value

string|null The of type.

at line 52
mixed accept( TypeVisitor $visitor)

Accept a visitor.

Parameters

TypeVisitor $visitor The visitor.

Return Value

mixed The result of visitation.