\hisiTree

通用树型类

Summary

Methods
Properties
Constants
__construct()
config()
toTree()
toOptions()
No public properties found
No constants found
No protected methods found
$config
N/A
No private methods found
No private properties found
N/A

Properties

$config

$config : array

配置参数

Type

array

Methods

__construct()

__construct(array  $config = array()) 

架构函数

Parameters

array $config

config()

config(array  $config = array()) : object

配置参数

Parameters

array $config

Returns

object

toTree()

toTree(array  $data = array(), integer  $pid, integer  $limitLevel, integer  $currentLevel) : array

将数据集格式化成树形结构

Parameters

array $data

原始数据

integer $pid

父级id

integer $limitLevel

限制返回几层,0为不限制

integer $currentLevel

当前层数

Returns

array

toOptions()

toOptions(array|object  $data = array(), integer  $sid, array  $did = array(), integer  $level) : array

将树形结构的数据转成下拉选择

Parameters

array|object $data

原始数据

integer $sid

选中ID

array $did

禁止选择

integer $level

当前层数

Returns

array