Skip to content
Travis edited this page Mar 13, 2014 · 8 revisions

Box\QueryOffset

Query

  • Class name: QueryOffset
  • Namespace: Box
  • Parent class: Box\QueryBase

Properties

$_child

protected \Box\QueryBase $_child
  • Visibility: protected

$_token

protected \Box\TokenBase $_token
  • Visibility: protected

$_root

protected \Box\Query $_root
  • Visibility: protected

Methods

\Box\QueryOffset::offset()

null Box\QueryOffset::\Box\QueryOffset::offset()(integer $offset)

Offset the result set, effectively discarding the first $offset objects.

  • Visibility: public

Arguments

  • $offset integer

\Box\QueryBase::_getToken()

\Box\TokenBase Box\QueryOffset::\Box\QueryBase::_getToken()()

Get the token this query element translates to.

  • Visibility: protected

\Box\QueryBase::getToken()

\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

Clone this wiki locally