Omnipay\WechatPay\Message\BaseAbstractRequest::getApiKey PHP 메소드

getApiKey() 공개 메소드

public getApiKey ( ) : mixed
리턴 mixed
    public function getApiKey()
    {
        return $this->getParameter('api_key');
    }