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.
Afficher le fichier
Open project: timetoogo/pinq
Méthodes publiques
Method Details
getParameters()
public méthode
traverse()
public méthode
public traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor ) : mixed |
$visitor |
Pinq\Queries\Segments\ISegmentVisitor |
|
Résultat |
mixed |
|