-
Notifications
You must be signed in to change notification settings - Fork 0
Box TokenNativeInterface
TokenNativeInterface
- Interface name: TokenNativeInterface
- Namespace: Box
- This is an interface
string Box\TokenNativeInterface::\Box\TokenNativeInterface::contains()(\Box\TokenConditionContains $token, \Box\TokenBase|null $previous)
Get the native translation of contains token.
- Visibility: public
- $token Box\TokenConditionContains
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::endsWidth()(\Box\TokenConditionEndsWith $token, \Box\TokenBase|null $previous)
Get the native translation of endsWidth token.
- Visibility: public
- $token Box\TokenConditionEndsWith
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::equals()(\Box\TokenConditionEquals $token, \Box\TokenBase|null $previous)
Get the native translation of equals token.
- Visibility: public
- $token Box\TokenConditionEquals
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::greaterThan()(\Box\TokenConditionGreaterThan $token, \Box\TokenBase|null $previous)
Get the native translation of greaterThan token.
- Visibility: public
- $token Box\TokenConditionGreaterThan
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::greaterThanOrEquals()(\Box\TokenConditionGreaterThanOrEquals $token, \Box\TokenBase|null $previous)
Get the native translation of GreaterThanOrEquals token.
- Visibility: public
- $token Box\TokenConditionGreaterThanOrEquals
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::in()(\Box\TokenConditionIn $token, \Box\TokenBase|null $previous)
Get the native translation of In token.
- Visibility: public
- $token Box\TokenConditionIn
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::lessThan()(\Box\TokenConditionLessThan $token, \Box\TokenBase|null $previous)
Get the native translation of LessThan token.
- Visibility: public
- $token Box\TokenConditionLessThan
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::lessThanOrEquals()(\Box\TokenConditionLessThanOrEquals $token, \Box\TokenBase|null $previous)
Get the native translation of LessThanOrEquals token.
- Visibility: public
- $token Box\TokenConditionLessThanOrEquals
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::notEquals()(\Box\TokenConditionNotEquals $token, \Box\TokenBase|null $previous)
Get the native translation of NotEquals token.
- Visibility: public
- $token Box\TokenConditionNotEquals
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::notIn()(\Box\TokenConditionNotIn $token, \Box\TokenBase|null $previous)
Get the native translation of NotIn token.
- Visibility: public
- $token Box\TokenConditionNotIn
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::startsWith()(\Box\TokenConditionStartsWith $token, \Box\TokenBase|null $previous)
Get the native translation of StartsWith token.
- Visibility: public
- $token Box\TokenConditionStartsWith
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::andOperator()(\Box\TokenOperationAnd $token, \Box\TokenBase|null $previous)
Get the native translation of And token.
- Visibility: public
- $token Box\TokenOperationAnd
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::andSubOperator()(\Box\TokenOperationAndSub $token, \Box\TokenBase|null $previous)
Get the native translation of AndSub token.
- Visibility: public
- $token Box\TokenOperationAndSub
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::orOperator()(\Box\TokenOperationOr $token, \Box\TokenBase|null $previous)
Get the native translation of Or token.
- Visibility: public
- $token Box\TokenOperationOr
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::orSubOperator()(\Box\TokenOperationOrSub $token, \Box\TokenBase|null $previous)
Get the native translation of OrSub token.
- Visibility: public
- $token Box\TokenOperationOrSub
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::limit()(\Box\TokenLimit $token, \Box\TokenBase|null $previous)
Get the native translation of Limit token.
- Visibility: public
- $token Box\TokenLimit
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::offset()(\Box\TokenOffset $token, \Box\TokenBase|null $previous)
Get the native translation of Offset token.
- Visibility: public
- $token Box\TokenOffset
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::orderBy()(\Box\TokenOrderBy $token, \Box\TokenBase|null $previous)
Get the native translation of OrderBy token.
- Visibility: public
- $token Box\TokenOrderBy
- $previous Box\TokenBase|null
string Box\TokenNativeInterface::\Box\TokenNativeInterface::root()(\Box\TokenRoot $token, \Box\TokenBase|null $previous)
Get the native translation of Root token.
- Visibility: public
- $token Box\TokenRoot
- $previous Box\TokenBase|null