ARBiz::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'username' => '商户用户名', 'password' => '商户密码', 'title' => '商家店名', 'license_photo' => '营业执照', 'contact' => '联系人', 'phone' => '联系电话', 'mobile' => '手机号', 'bank_user' => '开户名', 'bank_name' => '开户行', 'bank_child' => '支行', 'bank_no' => '银行账号', 'create_id' => 'Create', 'examine_status' => '状态', 'examine_id' => 'Examine', 'examine_reason' => 'Examine Reason', 'create_time' => 'Create Time', 'update_time' => 'Update Time', 'display' => 'Display');
    }