Wishlist::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('wishlist_id' => 'ID', 'user_id' => '会员', 'item_id' => '商品ID', 'desc' => '备注', 'create_time' => '收藏时间');
    }