ARContract::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'name' => '合同名称', 'biz_id' => 'Biz', 'sign_time' => '签订时间', 'online_time' => '预计上线时间', 'end_time' => '团购结束时间', 'create_id' => 'Create', 'if_billing' => '开具发票', 'examine_status' => '审核状态', 'examine_id' => '审核人', 'examine_reason' => '审核原因', 'create_time' => 'Create Time', 'update_time' => 'Update Time');
    }