Skip to content

Commit f6286db

Browse files
author
Joan He
authored
Merge pull request #115 from magento-engcom/94-eliminate-zend-service-dependency
94: Remove Zend_Service Dependency from CurrencyInterface
2 parents bd29f88 + 0a882d1 commit f6286db

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/internal/Magento/Framework/CurrencyInterface.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,4 @@ public function isMore($value, $currency = null);
235235
* @return boolean
236236
*/
237237
public function isLess($value, $currency = null);
238-
239-
/**
240-
* Returns the set service class
241-
*
242-
* @return \Zend_Service
243-
*/
244-
public function getService();
245-
246-
/**
247-
* Sets a new exchange service
248-
*
249-
* @param string|\Magento\Framework\Locale\CurrencyInterface $service Service class
250-
* @return \Magento\Framework\CurrencyInterface
251-
*/
252-
public function setService($service);
253238
}

0 commit comments

Comments
 (0)