Wishlist::attributeLabels PHP 메소드

attributeLabels() 공개 메소드

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