common\models\Store::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'name' => '商店名称', 'school_id' => '学校', 'type' => '类型', 'address' => '地址', 'cellphone' => '手机', 'telephone' => '电话', 'notice' => '公告', 'hours' => '营业时间', 'has_book' => '支持预定', 'has_down' => '满减优惠', 'has_gift' => '满送优惠', 'has_least' => '最低起送', 'down_upper' => '满减优惠价', 'down_val' => '满减优惠金额', 'gift_upper' => '满送优惠价', 'gift_val' => '满送优惠礼品', 'least_val' => '起送价', 'status' => '状态', 'layout' => '页面布局', 'enable_sms' => '启用短信', 'auto_toggle' => '自动切换营业状态', 'toggle_type' => '切换类型', 'created_at' => '创建时间', 'updated_at' => '更新时间'];
    }