Skip to content

Box TokenNativeInterface

Travis edited this page Mar 21, 2013 · 6 revisions

Box\TokenNativeInterface

TokenNativeInterface

  • Interface name: TokenNativeInterface
  • Namespace: Box
  • This is an interface

Methods

contains

string Box\TokenNativeInterface::contains(\Box\TokenConditionContains $token, \Box\TokenBase|null $previous)

Get the native translation of contains token.

  • Visibility: public

Arguments

endsWidth

string Box\TokenNativeInterface::endsWidth(\Box\TokenConditionEndsWith $token, \Box\TokenBase|null $previous)

Get the native translation of endsWidth token.

  • Visibility: public

Arguments

equals

string Box\TokenNativeInterface::equals(\Box\TokenConditionEquals $token, \Box\TokenBase|null $previous)

Get the native translation of equals token.

  • Visibility: public

Arguments

greaterThan

string Box\TokenNativeInterface::greaterThan(\Box\TokenConditionGreaterThan $token, \Box\TokenBase|null $previous)

Get the native translation of greaterThan token.

  • Visibility: public

Arguments

greaterThanOrEquals

string Box\TokenNativeInterface::greaterThanOrEquals(\Box\TokenConditionGreaterThanOrEquals $token, \Box\TokenBase|null $previous)

Get the native translation of GreaterThanOrEquals token.

  • Visibility: public

Arguments

in

string Box\TokenNativeInterface::in(\Box\TokenConditionIn $token, \Box\TokenBase|null $previous)

Get the native translation of In token.

  • Visibility: public

Arguments

lessThan

string Box\TokenNativeInterface::lessThan(\Box\TokenConditionLessThan $token, \Box\TokenBase|null $previous)

Get the native translation of LessThan token.

  • Visibility: public

Arguments

lessThanOrEquals

string Box\TokenNativeInterface::lessThanOrEquals(\Box\TokenConditionLessThanOrEquals $token, \Box\TokenBase|null $previous)

Get the native translation of LessThanOrEquals token.

  • Visibility: public

Arguments

notEquals

string Box\TokenNativeInterface::notEquals(\Box\TokenConditionNotEquals $token, \Box\TokenBase|null $previous)

Get the native translation of NotEquals token.

  • Visibility: public

Arguments

notIn

string Box\TokenNativeInterface::notIn(\Box\TokenConditionNotIn $token, \Box\TokenBase|null $previous)

Get the native translation of NotIn token.

  • Visibility: public

Arguments

startsWith

string Box\TokenNativeInterface::startsWith(\Box\TokenConditionStartsWith $token, \Box\TokenBase|null $previous)

Get the native translation of StartsWith token.

  • Visibility: public

Arguments

andOperator

string Box\TokenNativeInterface::andOperator(\Box\TokenOperationAnd $token, \Box\TokenBase|null $previous)

Get the native translation of And token.

  • Visibility: public

Arguments

andSubOperator

string Box\TokenNativeInterface::andSubOperator(\Box\TokenOperationAndSub $token, \Box\TokenBase|null $previous)

Get the native translation of AndSub token.

  • Visibility: public

Arguments

orOperator

string Box\TokenNativeInterface::orOperator(\Box\TokenOperationOr $token, \Box\TokenBase|null $previous)

Get the native translation of Or token.

  • Visibility: public

Arguments

orSubOperator

string Box\TokenNativeInterface::orSubOperator(\Box\TokenOperationOrSub $token, \Box\TokenBase|null $previous)

Get the native translation of OrSub token.

  • Visibility: public

Arguments

limit

string Box\TokenNativeInterface::limit(\Box\TokenLimit $token, \Box\TokenBase|null $previous)

Get the native translation of Limit token.

  • Visibility: public

Arguments

offset

string Box\TokenNativeInterface::offset(\Box\TokenOffset $token, \Box\TokenBase|null $previous)

Get the native translation of Offset token.

  • Visibility: public

Arguments

orderBy

string Box\TokenNativeInterface::orderBy(\Box\TokenOrderBy $token, \Box\TokenBase|null $previous)

Get the native translation of OrderBy token.

  • Visibility: public

Arguments

root

string Box\TokenNativeInterface::root(\Box\TokenRoot $token, \Box\TokenBase|null $previous)

Get the native translation of Root token.

  • Visibility: public

Arguments

Clone this wiki locally