Packageindex Classtrees Modulegroups Elementlist Report XML Files

soapval

nusoap_base
   |
  +-- soapval

public class soapval extends nusoap_base

for creating serializable abstractions of native PHP types NOTE: this is only really used when WSDL is not available.

AuthorsDietrich Ayala <dietricha@ganx4.com>
Versionv 0.6

 

Methods inherited from nusoap_base

nusoap_base, debug, geterror, seterror, serialize_val, serializeenvelope, soapclient, call, getoperationdata, send, parseresponse, setheaders, getheaders, sethttpproxy, setcredentials, getproxy, soap_parser, start_element, end_element, character_data, get_response, decode_entities, buildval, buildsoapval, soap_transport_http, setsoapaction, setproxy, sendhttps, soap_server, service, parse_request, verify_method, add_to_map, register, fault, webdescription, configurewsdl, xmlschema, parsefile, parsestring, schemastartelement, schemaendelement, schemacharacterdata, serializeschema, expandqname, xdebug, getphptype, getlocalpart, getprefix, getnamespacefromprefix, getprefixfromnamespace, gettypedef, serializetypedef, typetoform, wsdl, parsewsdl, getoperations, serializerpcparameters, serializetype, soap_fault, timestamp_to_iso8601, iso8601_to_timestamp, formatdump, lib_bwcheck, makeobj, b_writeit, popup, popout, getbindingdata, getmessagedata

Public Method Summary

void soapval([ string $name, boolean $type, mixed $value, boolean $element_ns, boolean $type_ns, boolean $attributes ])
constructorWarning: documentation is missing.
mixed decode()
decodes a soapval object into a PHP native typeWarning: documentation is missing.

Private Method Summary

string serialize()
return serialized valueWarning: documentation is missing.

Fields inherited from nusoap_base

$soap_defencoding, $namespaces, $typemap, $xmlentities, $fault, $title, $version, $error_str, $username, $password, $requestheaders, $responseheaders, $endpoint, $portname, $url, $operations, $headers, $request, $xml_encoding, $result, $faultcode, $faultactor, $faultstring, $faultdetail

Included files inherited from nusoap_base

class.soap_transport_http.php

Public Method Details

soapval

public void soapval([ string $name, boolean $type, mixed $value, boolean $element_ns, boolean $type_ns, boolean $attributes ])

  constructor

Warning: documentation is missing.

Parameter
string $name = >>"noname"<<
optional value name
boolean $type = >>false<<
optional type name
mixed $value = >>-1<<
optional content of value
boolean $element_ns = >>false<<
optional namespace of value
boolean $type_ns = >>false<<
optional namespace of type
boolean $attributes = >>false<<
associative array of attributes to add to element serialization
Returns void


decode

public mixed decode()

  decodes a soapval object into a PHP native type

Warning: documentation is missing.

Returns mixed


Private Method Details

serialize

private string serialize()

  return serialized value

Warning: documentation is missing.

Returns string

XML data



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta