common\models\Tag::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'store_id' => '营业点', 'name' => '标签名', 'sort' => '排序', 'created_at' => '创建时间', 'updated_at' => '更新时间'];
    }