PayPal\Common\PPApiContext::__construct PHP Method

__construct() public method

public __construct ( array $config = null )
$config array SDK configuration parameters
    public function __construct($config = null)
    {
        $this->config = PPConfigManager::getConfigWithDefaults($config);
    }