-
Notifications
You must be signed in to change notification settings - Fork 0
Box QueryBase
Travis edited this page Mar 13, 2014
·
8 revisions
A base class for query elements.
- Class name: QueryBase
- Namespace: Box
protected \Box\QueryBase $_child
- Visibility: protected
protected \Box\TokenBase $_token
- Visibility: protected
protected \Box\Query $_root
- Visibility: protected
\Box\TokenBase Box\QueryBase::\Box\QueryBase::_getToken()()
Get the token this query element translates to.
- Visibility: protected
\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