接口 yii\db\conditions\ConditionInterface
接口 ConditionInterface 应该由表示框架 DBAL 中条件的类实现。
公共方法
方法 | 描述 | 定义于 |
---|---|---|
fromArrayDefinition() | 根据 查询生成器 - 操作符格式 指南文章中描述的数组定义创建对象。 | yii\db\conditions\ConditionInterface |
方法详情
根据 查询生成器 - 操作符格式 指南文章中描述的数组定义创建对象。
public abstract static $this fromArrayDefinition ( $operator, $operands ) | ||
$operator | string |
操作符,大写。 |
$operands | array |
相应的操作数数组 |
抛出 | yii\base\InvalidParamException |
如果输入参数不适合此条件 |
---|
public static function fromArrayDefinition($operator, $operands);
注册 或 登录 以发表评论。