Skip to content

Instantly share code, notes, and snippets.

@kalenjordan
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalenjordan/47121f6755baa649e0a2 to your computer and use it in GitHub Desktop.
Save kalenjordan/47121f6755baa649e0a2 to your computer and use it in GitHub Desktop.
class Clean_Api_Model_Sales_Order_Api extends Clean_Api_Model_Sales_Order_Api_Abstract
{
protected function _getAttributes($object, $type, array $attributes = null)
{
$result = parent::_getAttributes($object, $type, $attributes);
// Add properties to $result
return $result;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment