common\models\Member::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'store_id' => '营业点', 'username' => '用户名', 'password' => '密码', 'real_name' => '真实姓名', 'gender' => '性别', 'email' => '邮箱', 'mobile' => '手机', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => '更新时间'];
    }