selfRelation() selfRelation(bool $self = true) : $this 设置当前关联为自关联 Parameters bool $self 是否自关联 Returns $this —
delete() delete(mixed $data = null) : int 删除记录 Parameters mixed $data 表达式 true 表示强制删除 Throws \think\Exception \think\model\PDOException Returns int —
__call() __call(mixed $method, mixed $args) : mixed Parameters mixed $method mixed $args Returns mixed —
resultSetBuild() resultSetBuild(array $resultSet) : mixed 封装关联数据集 Parameters array $resultSet 数据集 Returns mixed —
getRelationQueryFields() getRelationQueryFields(mixed $fields, mixed $model) : mixed Parameters mixed $fields mixed $model Returns mixed —
getQueryWhere() getQueryWhere(mixed $where, mixed $relation) : mixed Parameters mixed $where mixed $relation Returns mixed —