beansbooks icon indicating copy to clipboard operation
beansbooks copied to clipboard

Code Cleanup: Remove extraneous private variables

Open funnylookinhat opened this issue 10 years ago • 0 comments

Rely solely on $this->_data when it comes to API functions. As an example, the following lines should not exist: https://github.com/system76/beansbooks/blob/master/application/classes/beans/vendor/purchase/invoice.php#L41-L48

They should be replaced with local values in _execute() that are parsed similarly.

funnylookinhat avatar May 27 '14 18:05 funnylookinhat