MIOLO20
Toggle main menu visibility
Página principal
Estruturas de dados
Estruturas de dados
Hierarquia de classes
Campos de dados
Tudo
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Funções
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variáveis
$
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Ficheiros
Lista de ficheiros
Globais
Tudo
$
_
a
c
d
e
f
g
i
l
m
o
p
r
s
u
Funções
Variáveis
$
_
c
e
f
l
m
o
p
s
Exemplos
•
Tudo
Estruturas de dados
Namespaces
Ficheiros
Funções
Variáveis
Carregando...
Procurando...
Nenhuma entrada encontrada
class.phpwsdlobject.php
Ir para a documentação deste ficheiro.
1
<?php
2
3
/*
4
PhpWsdl - Generate WSDL from PHP
5
Copyright (C) 2011 Andreas Zimmermann, wan24.de
6
7
This program is free software; you can redistribute it and/or modify it under
8
the terms of the GNU General Public License as published by the Free Software
9
Foundation; either version 3 of the License, or (at your option) any later
10
version.
11
12
This program is distributed in the hope that it will be useful, but WITHOUT
13
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
16
You should have received a copy of the GNU General Public License along with
17
this program; if not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
if
(basename($_SERVER[
'SCRIPT_FILENAME'
])==basename(__FILE__))
21
exit;
22
28
class
PhpWsdlObject
{
34
public
$GUID
;
40
public
$Name
;
46
public
$Docs
=
null
;
52
public
$Settings
=
null
;
53
60
public
function
PhpWsdlObject
($name,$settings=
null
){
61
self::__construct
($name, $settings);
62
}
60
public
function
PhpWsdlObject
($name,$settings=
null
) {
…
}
63
64
public
function
__construct
($name,$settings=
null
){
65
$this->GUID=uniqid();
66
PhpWsdl::Debug
(
'New PhpWsdlObject "'
.$name.
'" with GUID "'
.$this->GUID.
'"'
);
67
$this->Name=$name;
68
if
(!is_null($settings)){
69
if
(isset($settings[
'docs'
]))
70
$this->Docs=$settings[
'docs'
];
71
if
(isset($settings[
'settings'
]))
72
$this->Settings=$settings[
'settings'
];
73
}
74
}
64
public
function
__construct
($name,$settings=
null
) {
…
}
75
}
28
class
PhpWsdlObject
{
…
};
PhpWsdlObject
Definição
class.phpwsdlobject.php:28
PhpWsdlObject\$Settings
$Settings
Definição
class.phpwsdlobject.php:52
PhpWsdlObject\$Name
$Name
Definição
class.phpwsdlobject.php:40
PhpWsdlObject\PhpWsdlObject
PhpWsdlObject($name, $settings=null)
Definição
class.phpwsdlobject.php:60
PhpWsdlObject\$GUID
$GUID
Definição
class.phpwsdlobject.php:34
PhpWsdlObject\$Docs
$Docs
Definição
class.phpwsdlobject.php:46
PhpWsdlObject\__construct
__construct($name, $settings=null)
Definição
class.phpwsdlobject.php:64
PhpWsdl\Debug
static Debug($str)
Definição
class.phpwsdl.php:2399
classes
contrib
phpWsdl
class.phpwsdlobject.php
Gerado por
1.10.0