-
Notifications
You must be signed in to change notification settings - Fork 0
Box TokenOperationAnd
Travis edited this page Mar 13, 2014
·
7 revisions
An operation token.
- Class name: TokenOperationAnd
- Namespace: Box
- Parent class: Box\TokenOperation
public \Box\TokenBase $nextToken
- Visibility: public
string Box\TokenOperationAnd::\Box\TokenOperationAnd::_getNative()(\Box\TokenNativeInterface $tokenTranslator, \Box\TokenBase|null $previous)
Get the native translation of token.
- Visibility: protected
- $tokenTranslator Box\TokenNativeInterface
- $previous Box\TokenBase|null
string Box\TokenOperationAnd::\Box\TokenBase::buildNative()(\Box\TokenNativeInterface $tokenTranslator)
Build a native query from tokens.
- Visibility: public
- $tokenTranslator Box\TokenNativeInterface
string Box\TokenOperationAnd::\Box\TokenBase::_getNative()(\Box\TokenNativeInterface $tokenTranslator, \Box\TokenBase|null $previous)
Get the native translation of token.
- Visibility: protected
- This method is abstract.
- $tokenTranslator Box\TokenNativeInterface
- $previous Box\TokenBase|null
string Box\TokenInterface::\Box\TokenInterface::buildNative()(\Box\TokenNativeInterface $tokenTranslator)
Build a native query from tokens.
- Visibility: public
- This method is defined by Box\TokenInterface
- $tokenTranslator Box\TokenNativeInterface