class StreamType implements Type

Represents a stream type.

Methods

boolean|null
readable()

Get the readable condition.

boolean|null
writable()

Get the writable condition.

mixed
accept( TypeVisitor $visitor)

Accept a visitor.

Details

at line 40
boolean|null readable()

Get the readable condition.

Return Value

boolean|null The readable condition.

at line 52
boolean|null writable()

Get the writable condition.

Return Value

boolean|null The writable condition.

at line 66
mixed accept( TypeVisitor $visitor)

Accept a visitor.

Parameters

TypeVisitor $visitor The visitor.

Return Value

mixed The result of visitation.