Closed yemkay closed 8 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; } }
Hi, The method getValues() to get array values is now added to ChargeBee_Model.
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.