PHP Interface Pinq\Queries\ISegment

What separates a segment from a request is that a segment will always return a projection of the original values, where as a request will not remain queryable and thus is the final part of the query in IRequestQuery.
Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
getParameters ( ) : string[]
getType ( ) : integer
traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor ) : mixed

Method Details

getParameters() public méthode

public getParameters ( ) : string[]
Résultat string[]

getType() public méthode

public getType ( ) : integer
Résultat integer The query type

traverse() public méthode

public traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor ) : mixed
$visitor Pinq\Queries\Segments\ISegmentVisitor
Résultat mixed