Skip to content
Travis edited this page Mar 13, 2014 · 7 revisions

Box\TokenLimit

Query

  • Class name: TokenLimit
  • Namespace: Box
  • Parent class: Box\TokenBase

Properties

$limit

public integer $limit
  • Visibility: public

$nextToken

public \Box\TokenBase $nextToken
  • Visibility: public

Methods

\Box\TokenLimit::_getNative()

string Box\TokenLimit::\Box\TokenLimit::_getNative()(\Box\TokenNativeInterface $tokenTranslator, \Box\TokenBase|null $previous)

Get the native translation of token.

  • Visibility: protected

Arguments

\Box\TokenBase::buildNative()

string Box\TokenLimit::\Box\TokenBase::buildNative()(\Box\TokenNativeInterface $tokenTranslator)

Build a native query from tokens.

  • Visibility: public

Arguments

\Box\TokenBase::_getNative()

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.

Arguments

\Box\TokenInterface::buildNative()

string Box\TokenInterface::\Box\TokenInterface::buildNative()(\Box\TokenNativeInterface $tokenTranslator)

Build a native query from tokens.

Arguments

Clone this wiki locally