SYMBOL INDEX (48 symbols across 8 files) FILE: src/Artisaninweb/SoapWrapper/Client.php class Client (line 7) | class Client extends SoapClient method __construct (line 21) | public function __construct($wsdl, $options, array $headers = []) method getFunctions (line 35) | public function getFunctions() method getLastRequest (line 45) | public function getLastRequest() method getLastResponse (line 55) | public function getLastResponse() method getLastRequestHeaders (line 65) | public function getLastRequestHeaders() method getLastResponseHeaders (line 75) | public function getLastResponseHeaders() method getTypes (line 85) | public function getTypes() method getCookies (line 95) | public function getCookies() method cookie (line 108) | public function cookie($name, $value) method location (line 122) | public function location($location = '') method headers (line 136) | protected function headers(array $headers = []) method doRequest (line 154) | public function doRequest($request, $location, $action, $version, $one... method call (line 167) | public function call($function, $params) method SoapCall (line 183) | public function SoapCall($function, FILE: src/Artisaninweb/SoapWrapper/Exceptions/ServiceAlreadyExists.php class ServiceAlreadyExists (line 7) | class ServiceAlreadyExists extends Exception FILE: src/Artisaninweb/SoapWrapper/Exceptions/ServiceMethodNotExists.php class ServiceMethodNotExists (line 7) | class ServiceMethodNotExists extends Exception FILE: src/Artisaninweb/SoapWrapper/Exceptions/ServiceNotFound.php class ServiceNotFound (line 7) | class ServiceNotFound extends Exception FILE: src/Artisaninweb/SoapWrapper/Facade.php class Facade (line 5) | class Facade extends \Illuminate\Support\Facades\Facade method getFacadeAccessor (line 10) | protected static function getFacadeAccessor() FILE: src/Artisaninweb/SoapWrapper/Service.php class Service (line 8) | class Service method __construct (line 53) | public function __construct() method client (line 70) | public function client(SoapClient $client) method getClient (line 82) | public function getClient() method wsdl (line 94) | public function wsdl($wsdl) method getWsdl (line 106) | public function getWsdl() method trace (line 118) | public function trace($trace) method getTrace (line 130) | public function getTrace() method cache (line 142) | public function cache($cache) method getCache (line 154) | public function getCache() method classMap (line 164) | public function classMap(array $classmap) method getClassmap (line 176) | public function getClassmap() method options (line 200) | public function options(array $options) method getOptions (line 212) | public function getOptions() method certificate (line 236) | public function certificate($certificate) method getHeaders (line 250) | public function getHeaders() method header (line 266) | public function header($namespace, $name, $data = null, $mustUnderstan... method customHeader (line 284) | public function customHeader($header) FILE: src/Artisaninweb/SoapWrapper/ServiceProvider.php class ServiceProvider (line 7) | class ServiceProvider extends LaravelServiceProvider method boot (line 14) | public function boot() method register (line 24) | public function register() FILE: src/Artisaninweb/SoapWrapper/SoapWrapper.php class SoapWrapper (line 11) | class SoapWrapper method __construct (line 21) | public function __construct() method add (line 35) | public function add($name, Closure $closure) method addByArray (line 60) | public function addByArray(array $services = []) method client (line 103) | public function client($name, Closure $closure = null) method call (line 131) | public function call($call, $data = [], $options = []) method has (line 148) | public function has($name)