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