Skip to content

Box TokenNativeInterface

Travis edited this page Mar 13, 2014 · 6 revisions

Box\TokenNativeInterface

TokenNativeInterface

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

Methods

\Box\TokenNativeInterface::contains()

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

Get the native translation of contains token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::endsWidth()

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

Get the native translation of endsWidth token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::equals()

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

Get the native translation of equals token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::greaterThan()

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

Get the native translation of greaterThan token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::greaterThanOrEquals()

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

Get the native translation of GreaterThanOrEquals token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::in()

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

Get the native translation of In token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::lessThan()

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

Get the native translation of LessThan token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::lessThanOrEquals()

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

Get the native translation of LessThanOrEquals token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::notEquals()

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

Get the native translation of NotEquals token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::notIn()

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

Get the native translation of NotIn token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::startsWith()

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

Get the native translation of StartsWith token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::andOperator()

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

Get the native translation of And token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::andSubOperator()

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

Get the native translation of AndSub token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::orOperator()

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

Get the native translation of Or token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::orSubOperator()

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

Get the native translation of OrSub token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::limit()

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

Get the native translation of Limit token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::offset()

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

Get the native translation of Offset token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::orderBy()

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

Get the native translation of OrderBy token.

  • Visibility: public

Arguments

\Box\TokenNativeInterface::root()

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

Get the native translation of Root token.

  • Visibility: public

Arguments

Clone this wiki locally