jSoapClient
    
            
            in package
            
        
    
    
    
        
            provide a soap client where configuration information are stored in the profile file.
Tags
Table of Contents
- $classmap : mixed
 - _getClient() : SoapClient
 - callback method for jProfiles. Internal use.
 - get() : null|object
 
Properties
$classmap
    protected
    static    mixed
    $classmap
     = array()
        
        
    
Methods
_getClient()
callback method for jProfiles. Internal use.
    public
            static    _getClient(array<string|int, mixed> $profile) : SoapClient
    
        Parameters
- $profile : array<string|int, mixed>
 - 
                    
profile parameters
 
Tags
Return values
SoapClient —get()
    public
            static    get([string $profile = '' ]) : null|object
    
        Parameters
- $profile : string = ''
 - 
                    
the profile name
 
Return values
null|object —the profile data
