コード例 #1
0
 /**
  * Wrapper for Referral tool's method.
  *
  * @return string
  */
 public function getDefaultCountryCode()
 {
     $result = $this->_toolReferral->getDefaultCountryCode();
     return $result;
 }