MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe PhpWsdl

Membros públicos

 PhpWsdl ( $nameSpace=null, $endPoint=null, $cacheFolder=null, $file=null, $name=null, $methods=null, $types=null, $outputOnRequest=false, $runServer=false)
 
 __construct ( $nameSpace=null, $endPoint=null, $cacheFolder=null, $file=null, $name=null, $methods=null, $types=null, $outputOnRequest=false, $runServer=false)
 
 IsWsdlRequested ()
 
 IsHtmlRequested ()
 
 IsPhpRequested ()
 
 IsSoapRequest ()
 
 IsOnlyGlobal ()
 
 DetermineConfiguration ()
 
 DetermineEndPoint ()
 
 DetermineNameSpace ()
 
 IsFileInList ($file)
 
 CreateWsdl ($reCreate=false, $optimizer=false)
 
 ParseSource ($init=false, $str=null)
 
 OutputWsdl ($withHeaders=true)
 
 OutputWsdlOnRequest ($andExit=true)
 
 OutputHtml ($withHeaders=true, $echo=true, $cache=true)
 
 SortObjectsByName ($obj)
 
 OutputHtmlOnRequest ($andExit=true)
 
 OutputPhp ($withHeaders=true, $echo=true, $options=Array(), $cache=true)
 
 OutputPhpOnRequest ($andExit=true)
 
 RunServer ($wsdlFile=null, $class=null, $andExit=true, $forceNoWsdl=false)
 
 GetWsdlUri ()
 
 GetPhpUri ()
 
 GetDocUri ()
 
 GetMethod ($name)
 
 GetType ($name)
 
 GetCacheFileName ($endpoint=null)
 
 CacheFileExists ($file=null)
 
 IsCacheValid ($file=null)
 
 GetWsdlFromCache ($file=null, $force=false, $nounserialize=false)
 
 WriteWsdlToCache ($wsdl=null, $endpoint=null, $file=null, $force=false)
 
 IsCacheDifferent ()
 
 TidyCacheFolder ($mineOnly=false, $cleanUp=false, $wsdlFile=null)
 

Membros públicos estáticos

static CreateInstance ( $nameSpace=null, $endPoint=null, $cacheFolder=null, $file=null, $name=null, $methods=null, $types=null, $outputOnRequest=false, $runServer=false)
 
static RunQuickMode ($file=null)
 
static DisableCache ($allCaching=true)
 
static EnableCache ($folder=null, $timeout=null)
 
static CreateWsdlHeader ($data)
 
static CreateWsdlTypeSchema ($data)
 
static CreateWsdlMessages ($data)
 
static CreateWsdlPorts ($data)
 
static CreateWsdlBindings ($data)
 
static CreateWsdlService ($data)
 
static CreateWsdlFooter ($data)
 
static CreateWsdlOptimize ($data)
 
static OptimizeXml ($xml)
 
static FormatXml ($xml)
 
static InterpretService ($data)
 
static CreateHtmlGeneral ($data)
 
static CreateHtmlIndex ($data)
 
static CreateHtmlMethods ($data)
 
static CreateHtmlComplexTypes ($data)
 
static IsCacheFolderWriteAble ($folder=null)
 
static TranslateType ($type)
 
static CallHook ($name, $data=null)
 
static RegisterHook ($hook, $name, $data)
 
static UnregisterHook ($hook, $name=null)
 
static HasHookHandler ($hook)
 
static Debug ($str)
 

Campos de Dados

 $Name
 
 $Docs =null
 
 $NameSpace =null
 
 $EndPoint =null
 
 $WsdlUri =null
 
 $PhpUri =null
 
 $DocUri =null
 
 $SoapServerOptions =null
 
 $Files =Array()
 
 $Types =null
 
 $Methods =null
 
 $Optimize =true
 
 $WSDL =null
 
 $HTML =null
 
 $PHP =null
 
 $ParseDocs =true
 
 $IncludeDocs =true
 
 $ForceOutputWsdl =false
 
 $ForceNotOutputWsdl =false
 
 $ForceOutputHtml =false
 
 $ForceNotOutputHtml =false
 
 $HtmlHeadLine =null
 
 $ForceOutputPhp =false
 
 $ForceNotOutputPhp =false
 
 $SourcesParsed =false
 
 $ConfigurationDetermined =false
 
 $SoapServer =null
 
 $RequireLogin =false
 

Atributos Públicos Estáticos

static $VERSION ='2.3'
 
static $AutoRun =false
 
static $Config =Array()
 
static $ProxyObject =null
 
static $ProxyServer =null
 
static $UseProxyWsdl =false
 
static $BasicTypes
 
static $NonNillable
 
static $CacheFolder =null
 
static $CacheFolderWriteAble =null
 
static $CacheTime =3600
 
static $CacheAllWsdl =false
 
static $classRx ='/^.*class\s+([^\s]+)\s*\{.*$/is'
 
static $HTML2PDFLicenseKey =null
 
static $HTML2PDFAPI ='http://online.htmltopdf.de/'
 
static $HTML2PDFSettings =Array()
 
static $DebugInfo =Array()
 
static $Debugging =false
 
static $DebugFile =null
 
static $DebugBackTrace =false
 
static $NameSpaces =null
 

Descrição detalhada

PhpWsdl class

Autor
Andreas Zimmermann
Versão
2.3

Definido na linha 58 do ficheiro class.phpwsdl.php.

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( $nameSpace = null,
$endPoint = null,
$cacheFolder = null,
$file = null,
$name = null,
$methods = null,
$types = null,
$outputOnRequest = false,
$runServer = false )

Definido na linha 435 do ficheiro class.phpwsdl.php.

Documentação das funções

◆ CacheFileExists()

CacheFileExists ( $file = null)

Determine if the cache file exists

Parâmetros
string$fileThe WSDL cache filename or NULL to use the default (default: NULL)
Retorna
boolean Are the cache files present?

Definido na linha 1992 do ficheiro class.phpwsdl.php.

◆ CallHook()

static CallHook ( $name,
$data = null )
static

Call a hook function

Parâmetros
string$nameThe hook name
mixed$dataThe parameter (default: NULL)
Retorna
boolean Response

Definido na linha 2320 do ficheiro class.phpwsdl.php.

◆ CreateHtmlComplexTypes()

static CreateHtmlComplexTypes ( $data)
static

Create complex types list

Parâmetros
array$dataThe information object
Retorna
boolean Response

Definido na linha 1488 do ficheiro class.phpwsdl.php.

◆ CreateHtmlGeneral()

static CreateHtmlGeneral ( $data)
static

Create general information

Parâmetros
array$dataThe information object
Retorna
boolean Response

Definido na linha 1407 do ficheiro class.phpwsdl.php.

◆ CreateHtmlIndex()

static CreateHtmlIndex ( $data)
static

Create table of contents

Parâmetros
array$dataThe information object
Retorna
boolean Response

Definido na linha 1428 do ficheiro class.phpwsdl.php.

◆ CreateHtmlMethods()

static CreateHtmlMethods ( $data)
static

Create method list

Parâmetros
array$dataThe information object
Retorna
boolean Response

Definido na linha 1463 do ficheiro class.phpwsdl.php.

◆ CreateInstance()

static CreateInstance ( $nameSpace = null,
$endPoint = null,
$cacheFolder = null,
$file = null,
$name = null,
$methods = null,
$types = null,
$outputOnRequest = false,
$runServer = false )
static

Create an instance of PhpWsdl Note: The quick mode by giving TRUE as first parameter is deprecated and will be removed from version 3.0. Use PhpWsdl::RunQuickMode() instead

Parâmetros
string | boolean$nameSpaceNamespace or NULL to let PhpWsdl determine it, or TRUE to run everything by determining all configuration -> quick mode (default: NULL)
string | string[]$endPointEndpoint URI or NULL to let PhpWsdl determine it - or, in quick mode, the webservice class filename(s) (default: NULL)
string$cacheFolderThe folder for caching WSDL or NULL to use the systems default (default: NULL)
string | string[]$fileFilename or array of filenames or NULL (default: NULL)
string$nameWebservice name or NULL to let PhpWsdl determine it (default: NULL)
PhpWsdlMethod[]$methodsArray of methods or NULL (default: NULL)
PhpWsdlComplex[]$typesArray of complex types or NULL (default: NULL)
boolean$outputOnRequestOutput WSDL on request? (default: FALSE)
boolean | string | object | array$runServerRun SOAP server? (default: FALSE)
Retorna
PhpWsdl The PhpWsdl object

Definido na linha 532 do ficheiro class.phpwsdl.php.

◆ CreateWsdl()

CreateWsdl ( $reCreate = false,
$optimizer = false )

Create the WSDL

Parâmetros
boolean$reCreateDon't use the cached WSDL? (default: FALSE)
boolean$optimizeIf TRUE, override the PhpWsdl->Optimizer property and force optimizing (default: FALSE)
Retorna
string The UTF-8 encoded WSDL as string

Definido na linha 803 do ficheiro class.phpwsdl.php.

◆ CreateWsdlBindings()

static CreateWsdlBindings ( $data)
static

Create bindings

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 1014 do ficheiro class.phpwsdl.php.

◆ CreateWsdlFooter()

static CreateWsdlFooter ( $data)
static

Create footer

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 1062 do ficheiro class.phpwsdl.php.

◆ CreateWsdlHeader()

static CreateWsdlHeader ( $data)
static

Create header

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 926 do ficheiro class.phpwsdl.php.

◆ CreateWsdlMessages()

static CreateWsdlMessages ( $data)
static

Create messages

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 974 do ficheiro class.phpwsdl.php.

◆ CreateWsdlOptimize()

static CreateWsdlOptimize ( $data)
static

Optimize WSDL

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 1075 do ficheiro class.phpwsdl.php.

◆ CreateWsdlPorts()

static CreateWsdlPorts ( $data)
static

Create port types

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 991 do ficheiro class.phpwsdl.php.

◆ CreateWsdlService()

static CreateWsdlService ( $data)
static

Create service port

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 1038 do ficheiro class.phpwsdl.php.

◆ CreateWsdlTypeSchema()

static CreateWsdlTypeSchema ( $data)
static

Create type schema

Parâmetros
array$dataData array
Retorna
boolean Response

Definido na linha 947 do ficheiro class.phpwsdl.php.

◆ Debug()

static Debug ( $str)
static

Add a debugging message

Parâmetros
string$strThe message to add to the debug protocol

Definido na linha 2399 do ficheiro class.phpwsdl.php.

◆ DetermineConfiguration()

DetermineConfiguration ( )

Determine the configuration

Retorna
boolean Succeed?

Definido na linha 680 do ficheiro class.phpwsdl.php.

◆ DetermineEndPoint()

DetermineEndPoint ( )

Determine the endpoint URI

Definido na linha 763 do ficheiro class.phpwsdl.php.

◆ DetermineNameSpace()

DetermineNameSpace ( )

Determine the namespace

Definido na linha 770 do ficheiro class.phpwsdl.php.

◆ DisableCache()

static DisableCache ( $allCaching = true)
static

Disble caching

Parâmetros
bool$allCachingDo not only set the timeout to zero? (default: TRUE)

Definido na linha 642 do ficheiro class.phpwsdl.php.

◆ EnableCache()

static EnableCache ( $folder = null,
$timeout = null )
static

Enable caching

Parâmetros
string$folderThe cache folder or NULL to use a system temporary directory (default: NULL)
int$timeoutThe caching timeout in seconds or NULL to use the previous value or the default (3600) (default: NULL)

Definido na linha 656 do ficheiro class.phpwsdl.php.

◆ FormatXml()

static FormatXml ( $xml)
static

Format XML human readable

Parâmetros
string$xmlThe XML
Retorna
string Human readable XML

Definido na linha 1105 do ficheiro class.phpwsdl.php.

◆ GetCacheFileName()

GetCacheFileName ( $endpoint = null)

Get the cache filename

Parâmetros
string$endpointThe endpoint URI or NULL to use the PhpWsdl->EndPoint property (default: NULL)
Retorna
string The cache filename or NULL, if caching is disabled

Definido na linha 1973 do ficheiro class.phpwsdl.php.

◆ GetDocUri()

GetDocUri ( )

Get the HTML documentation URI

Retorna
string The Uri

Definido na linha 1927 do ficheiro class.phpwsdl.php.

◆ GetMethod()

GetMethod ( $name)

Find a method

Parâmetros
string$nameThe method name
Retorna
PhpWsdlMethod The method object or NULL

Definido na linha 1937 do ficheiro class.phpwsdl.php.

◆ GetPhpUri()

GetPhpUri ( )

Get the PHP download URI

Retorna
string The URI

Definido na linha 1918 do ficheiro class.phpwsdl.php.

◆ GetType()

GetType ( $name)

Find a complex type

Parâmetros
string$nameThe type name
Retorna
PhpWsdlComplex The type object or NULL

Definido na linha 1955 do ficheiro class.phpwsdl.php.

◆ GetWsdlFromCache()

GetWsdlFromCache ( $file = null,
$force = false,
$nounserialize = false )

Get the WSDL from the cache

Parâmetros
string$fileThe WSDL cache filename or NULL to use the default (default: NULL)
boolean$forceForce this even if the cache is timed out? (default: FALSE)
boolean$nounserializeDon't unserialize the PhpWsdl* objects? (default: FALSE)
Retorna
string The cached WSDL

Definido na linha 2022 do ficheiro class.phpwsdl.php.

◆ GetWsdlUri()

GetWsdlUri ( )

Get the WSDL download URI

Retorna
string The Uri

Definido na linha 1909 do ficheiro class.phpwsdl.php.

◆ HasHookHandler()

static HasHookHandler ( $hook)
static

Determine if a hook has a registered handler

Parâmetros
string$hookThe hook name
Retorna
boolean Has handler?

Definido na linha 2390 do ficheiro class.phpwsdl.php.

◆ InterpretService()

static InterpretService ( $data)
static

Interpret the @service keyword

Parâmetros
$dataThe parser data
Retorna
boolean Response

Definido na linha 1124 do ficheiro class.phpwsdl.php.

◆ IsCacheDifferent()

IsCacheDifferent ( )

Determine if the cache is different from the current version of your webservice handler class. Status: Untested

Retorna
boolean Differences detected?

Definido na linha 2196 do ficheiro class.phpwsdl.php.

◆ IsCacheFolderWriteAble()

static IsCacheFolderWriteAble ( $folder = null)
static

Determine if the cache folder is writeable

Parâmetros
string$folderThe folder or NULL to use the static property CacheFolder (default: NULL)
Retorna
boolean Writeable?

Definido na linha 2161 do ficheiro class.phpwsdl.php.

◆ IsCacheValid()

IsCacheValid ( $file = null)

Determine if the existing cache files are still valid

Parâmetros
string$fileThe WSDL cache filename or NULL to use the default (default: NULL)
Retorna
boolean Valid?

Definido na linha 2005 do ficheiro class.phpwsdl.php.

◆ IsFileInList()

IsFileInList ( $file)

Determine if a file is included in the list of files

Parâmetros
string$fileThe filename
Retorna
boolean In the list?

Definido na linha 786 do ficheiro class.phpwsdl.php.

◆ IsHtmlRequested()

IsHtmlRequested ( )

Determine if HTML was requested by the client

Retorna
boolean HTML requested?

Definido na linha 598 do ficheiro class.phpwsdl.php.

◆ IsOnlyGlobal()

IsOnlyGlobal ( )

Determine if only global methods are served

Retorna
boolean Only global methods?

Definido na linha 625 do ficheiro class.phpwsdl.php.

◆ IsPhpRequested()

IsPhpRequested ( )

Determine if PHP was requested by the client

Retorna
boolean PHP requested?

Definido na linha 607 do ficheiro class.phpwsdl.php.

◆ IsSoapRequest()

IsSoapRequest ( )

Determine if this request is a SOAP request

Retorna
boolean

Definido na linha 616 do ficheiro class.phpwsdl.php.

◆ IsWsdlRequested()

IsWsdlRequested ( )

Determine if WSDL was requested by the client

Retorna
boolean WSDL requested?

Definido na linha 589 do ficheiro class.phpwsdl.php.

◆ OptimizeXml()

static OptimizeXml ( $xml)
static

Remove tabs and newline from XML

Parâmetros
string$xmlThe unoptimized XML
Retorna
string The optimized XML

Definido na linha 1094 do ficheiro class.phpwsdl.php.

◆ OutputHtml()

OutputHtml ( $withHeaders = true,
$echo = true,
$cache = true )

Output the HTML to the client

Parâmetros
boolean$withHeadersSend HTML headers? (default: TRUE)
boolean$echoPrint HTML (default: TRUE)
boolean$cacheCache the result (default: TRUE);
Retorna
string The HTML

Definido na linha 1220 do ficheiro class.phpwsdl.php.

◆ OutputHtmlOnRequest()

OutputHtmlOnRequest ( $andExit = true)

Output the HTML to the client, if requested

Parâmetros
boolean$andExitExit after sending HTML? (default: TRUE)
Retorna
boolean Has the HTML been sent to the client?

Definido na linha 1536 do ficheiro class.phpwsdl.php.

◆ OutputPhp()

OutputPhp ( $withHeaders = true,
$echo = true,
$options = Array(),
$cache = true )

Output the PHP SOAP client source for this webservice

Parâmetros
boolean$withHeadersSend text headers? (default: TRUE)
boolean$echoPrint source (default: TRUE)
array$optionsOptions array (default: array)
boolean$cacheCache the result (default: TRUE);
Retorna
string PHP source

Definido na linha 1556 do ficheiro class.phpwsdl.php.

◆ OutputPhpOnRequest()

OutputPhpOnRequest ( $andExit = true)

Output the PHP SOAP client source for this webservice, if requested

Parâmetros
boolean$andExitExit after sending the PHP source?
Retorna
boolean PHP sent?

Definido na linha 1681 do ficheiro class.phpwsdl.php.

◆ OutputWsdl()

OutputWsdl ( $withHeaders = true)

Output the WSDL to the client

Parâmetros
boolean$withHeadersOutput XML headers? (default: TRUE)

Definido na linha 1180 do ficheiro class.phpwsdl.php.

◆ OutputWsdlOnRequest()

OutputWsdlOnRequest ( $andExit = true)

Output the WSDL to the client, if requested

Parâmetros
boolean$andExitExit after sending WSDL? (default: TRUE)
Retorna
boolean Has the WSDL been sent to the client?

Definido na linha 1201 do ficheiro class.phpwsdl.php.

◆ ParseSource()

ParseSource ( $init = false,
$str = null )

Parse source files for WSDL definitions in comments

Parâmetros
boolean$initEmpty the Methods and the Types properties? (default: FALSE)
string$strSource string or NULL to parse the defined files (default: NULL)

Definido na linha 1144 do ficheiro class.phpwsdl.php.

◆ PhpWsdl()

PhpWsdl ( $nameSpace = null,
$endPoint = null,
$cacheFolder = null,
$file = null,
$name = null,
$methods = null,
$types = null,
$outputOnRequest = false,
$runServer = false )

PhpWsdl constructor Note: The quick mode by giving TRUE as first parameter is deprecated and will be removed from version 3.0. Use PhpWsdl::RunQuickMode() instead

Parâmetros
string | boolean$nameSpaceNamespace or NULL to let PhpWsdl determine it, or TRUE to run everything by determining all configuration -> quick mode (default: NULL)
string | string[]$endPointEndpoint URI or NULL to let PhpWsdl determine it - or, in quick mode, the webservice class filename(s) (default: NULL)
string$cacheFolderThe folder for caching WSDL or NULL to use the systems default (default: NULL)
string | string[]$fileFilename or array of filenames or NULL (default: NULL)
string$nameWebservice name or NULL to let PhpWsdl determine it (default: NULL)
PhpWsdlMethod[]$methodsArray of methods or NULL (default: NULL)
PhpWsdlComplex[]$typesArray of complex types or NULL (default: NULL)
boolean$outputOnRequestOutput WSDL on request? (default: FALSE)
boolean | string | object | array$runServerRun SOAP server? (default: FALSE)

The current PhpWsdl server

Definido na linha 411 do ficheiro class.phpwsdl.php.

◆ RegisterHook()

static RegisterHook ( $hook,
$name,
$data )
static

Register a hook

Parâmetros
string$hookThe hook name
string$nameThe call name
mixed$dataThe hook call data

Definido na linha 2344 do ficheiro class.phpwsdl.php.

◆ RunQuickMode()

static RunQuickMode ( $file = null)
static

Run the PhpWsdl SOAP server in quick mode

Parâmetros
string | string[]$fileThe webservice handler class file or a list of files or NULL (default: NULL)

Definido na linha 576 do ficheiro class.phpwsdl.php.

◆ RunServer()

RunServer ( $wsdlFile = null,
$class = null,
$andExit = true,
$forceNoWsdl = false )

Run the PHP SoapServer

Parâmetros
string$wsdlFileThe WSDL file name or NULL to let PhpWsdl decide (default: NULL)
string | object | array$classThe class name to serve, the classname and class as array or NULL (default: NULL)
boolean$andExitExit after running the server? (default: TRUE)
boolean$forceNoWsdlForce no WSDL usage? (default: FALSE);
Retorna
boolean Did the server run?

Definido na linha 1701 do ficheiro class.phpwsdl.php.

◆ SortObjectsByName()

SortObjectsByName ( $obj)

Sort objects by name

Parâmetros
PhpWsdlComplex[] | PhpWsdlMethod[]$obj
Retorna
PhpWsdlComplex[]|PhpWsdlMethod[] Sorted objects

Definido na linha 1514 do ficheiro class.phpwsdl.php.

◆ TidyCacheFolder()

TidyCacheFolder ( $mineOnly = false,
$cleanUp = false,
$wsdlFile = null )

Delete cache files from the cache folder

Parâmetros
boolean$mineOnlyOnly delete the cache files for this definition? (default: FALSE)
boolean$cleanUpOnly delete the cache files that are timed out? (default: FALSE)
string$wsdlFileThe WSDL filename (default: NULL)
Retorna
string[] The deleted filenames

Definido na linha 2230 do ficheiro class.phpwsdl.php.

◆ TranslateType()

static TranslateType ( $type)
static

Translate a type name for WSDL

Parâmetros
string$typeThe type name
Retorna
string The translates type name

Definido na linha 2301 do ficheiro class.phpwsdl.php.

◆ UnregisterHook()

static UnregisterHook ( $hook,
$name = null )
static

Unregister a hook

Parâmetros
string$hookThe hook name
string$nameThe call name or NULL to unregister the whole hook

Definido na linha 2367 do ficheiro class.phpwsdl.php.

◆ WriteWsdlToCache()

WriteWsdlToCache ( $wsdl = null,
$endpoint = null,
$file = null,
$force = false )

Write WSDL to cache

Parâmetros
string$wsdlThe UTF-8 encoded WSDL string (default: NULL)
string$endpointThe SOAP endpoint or NULL to use the default (default: NULL)
string$fileThe target filename or NULL to use the default (default: NULL)
boolean$forceForce refresh (default: FALSE)
Retorna
boolean Succeed?

Definido na linha 2086 do ficheiro class.phpwsdl.php.

Documentação dos campos e atributos

◆ $AutoRun

$AutoRun =false
static

Definido na linha 70 do ficheiro class.phpwsdl.php.

◆ $BasicTypes

$BasicTypes
static
Valor inicial:
=Array(
'anyType',
'anyURI',
'base64Binary',
'boolean',
'byte',
'date',
'decimal',
'double',
'duration',
'dateTime',
'float',
'gDay',
'gMonthDay',
'gYearMonth',
'gYear',
'hexBinary',
'int',
'integer',
'long',
'NOTATION',
'number',
'QName',
'short',
'string',
'time'
)

Definido na linha 193 do ficheiro class.phpwsdl.php.

◆ $CacheAllWsdl

$CacheAllWsdl =false
static

Definido na linha 262 do ficheiro class.phpwsdl.php.

◆ $CacheFolder

$CacheFolder =null
static

Definido na linha 241 do ficheiro class.phpwsdl.php.

◆ $CacheFolderWriteAble

$CacheFolderWriteAble =null
static

Definido na linha 247 do ficheiro class.phpwsdl.php.

◆ $CacheTime

$CacheTime =3600
static

Definido na linha 256 do ficheiro class.phpwsdl.php.

◆ $classRx

$classRx ='/^.*class\s+([^\s]+)\s*\{.*$/is'
static

Definido na linha 322 do ficheiro class.phpwsdl.php.

◆ $Config

$Config =Array()
static

Definido na linha 76 do ficheiro class.phpwsdl.php.

◆ $ConfigurationDetermined

$ConfigurationDetermined =false

Definido na linha 352 do ficheiro class.phpwsdl.php.

◆ $DebugBackTrace

$DebugBackTrace =false
static

Definido na linha 388 do ficheiro class.phpwsdl.php.

◆ $DebugFile

$DebugFile =null
static

Definido na linha 382 do ficheiro class.phpwsdl.php.

◆ $Debugging

$Debugging =false
static

Definido na linha 376 do ficheiro class.phpwsdl.php.

◆ $DebugInfo

$DebugInfo =Array()
static

Definido na linha 370 do ficheiro class.phpwsdl.php.

◆ $Docs

$Docs =null

Definido na linha 106 do ficheiro class.phpwsdl.php.

◆ $DocUri

$DocUri =null

Definido na linha 136 do ficheiro class.phpwsdl.php.

◆ $EndPoint

$EndPoint =null

Definido na linha 118 do ficheiro class.phpwsdl.php.

◆ $Files

$Files =Array()

Definido na linha 149 do ficheiro class.phpwsdl.php.

◆ $ForceNotOutputHtml

$ForceNotOutputHtml =false

Definido na linha 298 do ficheiro class.phpwsdl.php.

◆ $ForceNotOutputPhp

$ForceNotOutputPhp =false

Definido na linha 316 do ficheiro class.phpwsdl.php.

◆ $ForceNotOutputWsdl

$ForceNotOutputWsdl =false

Definido na linha 286 do ficheiro class.phpwsdl.php.

◆ $ForceOutputHtml

$ForceOutputHtml =false

Definido na linha 292 do ficheiro class.phpwsdl.php.

◆ $ForceOutputPhp

$ForceOutputPhp =false

Definido na linha 310 do ficheiro class.phpwsdl.php.

◆ $ForceOutputWsdl

$ForceOutputWsdl =false

Definido na linha 280 do ficheiro class.phpwsdl.php.

◆ $HTML

$HTML =null

Definido na linha 180 do ficheiro class.phpwsdl.php.

◆ $HTML2PDFAPI

$HTML2PDFAPI ='http://online.htmltopdf.de/'
static

Definido na linha 334 do ficheiro class.phpwsdl.php.

◆ $HTML2PDFLicenseKey

$HTML2PDFLicenseKey =null
static

Definido na linha 328 do ficheiro class.phpwsdl.php.

◆ $HTML2PDFSettings

$HTML2PDFSettings =Array()
static

Definido na linha 340 do ficheiro class.phpwsdl.php.

◆ $HtmlHeadLine

$HtmlHeadLine =null

Definido na linha 304 do ficheiro class.phpwsdl.php.

◆ $IncludeDocs

$IncludeDocs =true

Definido na linha 274 do ficheiro class.phpwsdl.php.

◆ $Methods

$Methods =null

Definido na linha 161 do ficheiro class.phpwsdl.php.

◆ $Name

$Name

Definido na linha 100 do ficheiro class.phpwsdl.php.

◆ $NameSpace

$NameSpace =null

Definido na linha 112 do ficheiro class.phpwsdl.php.

◆ $NameSpaces

$NameSpaces =null
static

Definido na linha 394 do ficheiro class.phpwsdl.php.

◆ $NonNillable

$NonNillable
static
Valor inicial:
=Array(
'boolean',
'decimal',
'double',
'float',
'int',
'integer',
'long',
'number',
'short'
)

Definido na linha 225 do ficheiro class.phpwsdl.php.

◆ $Optimize

$Optimize =true

Definido na linha 168 do ficheiro class.phpwsdl.php.

◆ $ParseDocs

$ParseDocs =true

Definido na linha 268 do ficheiro class.phpwsdl.php.

◆ $PHP

$PHP =null

Definido na linha 186 do ficheiro class.phpwsdl.php.

◆ $PhpUri

$PhpUri =null

Definido na linha 130 do ficheiro class.phpwsdl.php.

◆ $ProxyObject

$ProxyObject =null
static

Definido na linha 82 do ficheiro class.phpwsdl.php.

◆ $ProxyServer

$ProxyServer =null
static

Definido na linha 88 do ficheiro class.phpwsdl.php.

◆ $RequireLogin

$RequireLogin =false

Definido na linha 364 do ficheiro class.phpwsdl.php.

◆ $SoapServer

$SoapServer =null

Definido na linha 358 do ficheiro class.phpwsdl.php.

◆ $SoapServerOptions

$SoapServerOptions =null

Definido na linha 143 do ficheiro class.phpwsdl.php.

◆ $SourcesParsed

$SourcesParsed =false

Definido na linha 346 do ficheiro class.phpwsdl.php.

◆ $Types

$Types =null

Definido na linha 155 do ficheiro class.phpwsdl.php.

◆ $UseProxyWsdl

$UseProxyWsdl =false
static

Definido na linha 94 do ficheiro class.phpwsdl.php.

◆ $VERSION

$VERSION ='2.3'
static

Definido na linha 64 do ficheiro class.phpwsdl.php.

◆ $WSDL

$WSDL =null

Definido na linha 174 do ficheiro class.phpwsdl.php.

◆ $WsdlUri

$WsdlUri =null

Definido na linha 124 do ficheiro class.phpwsdl.php.


A documentação para esta classe foi gerada a partir do seguinte ficheiro: