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