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);
    }