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

Box\QueryBase

A base class for query elements.

  • Class name: QueryBase
  • Namespace: Box

Properties

$_child

protected \Box\QueryBase $_child
  • Visibility: protected

$_token

protected \Box\TokenBase $_token
  • Visibility: protected

$_root

protected \Box\Query $_root
  • Visibility: protected

Methods

\Box\QueryBase::_getToken()

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

Get the token this query element translates to.

  • Visibility: protected

\Box\QueryBase::getToken()

\Box\TokenRoot Box\QueryBase::\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