-
Notifications
You must be signed in to change notification settings - Fork 0
Box QueryOffset
Travis edited this page Mar 13, 2014
·
8 revisions
Query
- Class name: QueryOffset
- Namespace: Box
- Parent class: Box\QueryBase
protected \Box\QueryBase $_child
- Visibility: protected
protected \Box\TokenBase $_token
- Visibility: protected
protected \Box\Query $_root
- Visibility: protected
null Box\QueryOffset::\Box\QueryOffset::offset()(integer $offset)
Offset the result set, effectively discarding the first $offset objects.
- Visibility: public
- $offset integer
\Box\TokenBase Box\QueryOffset::\Box\QueryBase::_getToken()()
Get the token this query element translates to.
- Visibility: protected
\Box\TokenRoot Box\QueryOffset::\Box\QueryBase::getToken()()
Get the token representing the root of the query this query part belongs to, if any.
- Visibility: public