PayPal\Rest\ApiContext::get PHP Method

get() public method

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