예제 #1
0
파일: Methods.php 프로젝트: kingsj/core
 /**
  * Get module settings URL
  *
  * @param \XLite\Model\Payment\Method $method Method
  *
  * @return string
  */
 protected function getModuleURL(\XLite\Model\Payment\Method $method)
 {
     return $method->getConfigurationURL();
 }