PayPal\Rest\ApiContext::get PHP 메소드

get() 공개 메소드

Gets a specific configuration from key
public get ( $searchKey ) : mixed
$searchKey
리턴 mixed
    public function get($searchKey)
    {
        return PayPalConfigManager::getInstance()->get($searchKey);
    }