interface TraversablePrimaryType implements Type

The interface used to identify traversable primary types.

Methods

mixed
accept( TypeVisitor $visitor)

Accept a visitor.

from  Type

Details

in Type at line 30
mixed accept( TypeVisitor $visitor)

Accept a visitor.

Parameters

TypeVisitor $visitor The visitor.

Return Value

mixed The result of visitation.