-
Notifications
You must be signed in to change notification settings - Fork 0
Box TokenOperation
Travis edited this page Mar 13, 2014
·
7 revisions
An operation token.
- Class name: TokenOperation
- Namespace: Box
- This is an abstract class
- Parent class: Box\TokenBase
public \Box\TokenBase $nextToken
- Visibility: public
string Box\TokenOperation::\Box\TokenBase::buildNative()(\Box\TokenNativeInterface $tokenTranslator)
Build a native query from tokens.
- Visibility: public
- $tokenTranslator Box\TokenNativeInterface
string Box\TokenOperation::\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