chargebee / chargebee-php

PHP library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=php
MIT License
72 stars 62 forks source link

get() method to get serializable values from ChargeBee_Model #9

Closed yemkay closed 7 years ago

yemkay commented 9 years ago

Can we add a function in ChargeBee_Model to get array values? It will be useful to serialize them in DB and restore them back later.

class ChargeBee_Model
{
  ...
  function getValues()
  {
    return $this->_values;
  }
}
SangeethaBaskaran commented 7 years ago

Hi, The method getValues() to get array values is now added to ChargeBee_Model.