PHP Интерфейс 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.
Показать файл
Открыть проект
Открытые методы
Описание методов
getParameters()
публичный Метод
getType()
публичный Метод
traverse()
публичный Метод
public traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor ) : mixed |
$visitor |
Pinq\Queries\Segments\ISegmentVisitor |
|
Результат |
mixed |
|