PHP Class SelectionHelper

显示文件 Open project: openeyes/openeyes Class Usage Examples

Public Methods

Method Description
listData ( string $class, scalar $value = null ) : array Get list data for the specified model class in the same format as CHtml::listData.

Method Details

listData() public static method

Get list data for the specified model class in the same format as CHtml::listData.
public static listData ( string $class, scalar $value = null ) : array
$class string
$value scalar
return array