From fdbc6197796fbcdcb46be82739939db23a8ecedf Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Tue, 17 Feb 2009 09:55:34 +0000 Subject: [PATCH] Added missing aliases for __construct methods git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275978 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/soapfault/construct.xml | 48 +++++++++++++++++++++++++ reference/soap/soapheader/construct.xml | 46 ++++++++++++++++++++++++ reference/soap/soapparam/construct.xml | 43 ++++++++++++++++++++++ reference/soap/soapserver/construct.xml | 43 ++++++++++++++++++++++ reference/soap/soapvar/construct.xml | 47 ++++++++++++++++++++++++ 5 files changed, 227 insertions(+) create mode 100644 reference/soap/soapfault/construct.xml create mode 100644 reference/soap/soapheader/construct.xml create mode 100644 reference/soap/soapparam/construct.xml create mode 100644 reference/soap/soapserver/construct.xml create mode 100644 reference/soap/soapvar/construct.xml diff --git a/reference/soap/soapfault/construct.xml b/reference/soap/soapfault/construct.xml new file mode 100644 index 0000000000..f5293fb0ff --- /dev/null +++ b/reference/soap/soapfault/construct.xml @@ -0,0 +1,48 @@ + + + + + + SoapFault::__construct + SoapFault constructor + + + + &reftitle.description; + + SoapFault::__construct + stringfaultcode + stringfaultstring + stringfaultactor + stringdetail + stringfaultname + stringheaderfault + + + &info.function.alias; SoapFault::SoapFault + + + + + + + diff --git a/reference/soap/soapheader/construct.xml b/reference/soap/soapheader/construct.xml new file mode 100644 index 0000000000..ecdc537185 --- /dev/null +++ b/reference/soap/soapheader/construct.xml @@ -0,0 +1,46 @@ + + + + + + SoapHeader::__construct + SoapHeader constructor + + + + &reftitle.description; + + SoapHeader::__construct + stringnamespace + stringname + mixeddata + boolmustunderstand + stringactor + + + &info.function.alias; SoapHeader::SoapHeader + + + + + + diff --git a/reference/soap/soapparam/construct.xml b/reference/soap/soapparam/construct.xml new file mode 100644 index 0000000000..a4a42478a3 --- /dev/null +++ b/reference/soap/soapparam/construct.xml @@ -0,0 +1,43 @@ + + + + + + SoapParam::__construct + SoapParam constructor + + + + &reftitle.description; + + SoapParam::__construct + mixeddata + stringname + + + &info.function.alias; SoapParam::SoapParam + + + + + + diff --git a/reference/soap/soapserver/construct.xml b/reference/soap/soapserver/construct.xml new file mode 100644 index 0000000000..39f67fd338 --- /dev/null +++ b/reference/soap/soapserver/construct.xml @@ -0,0 +1,43 @@ + + + + + + SoapServer::__construct + SoapServer constructor + + + + &reftitle.description; + + SoapServer::__construct + mixedwsdl + arrayoptions + + + &info.function.alias; SoapServer::SoapServer + + + + + + diff --git a/reference/soap/soapvar/construct.xml b/reference/soap/soapvar/construct.xml new file mode 100644 index 0000000000..463dffb1ed --- /dev/null +++ b/reference/soap/soapvar/construct.xml @@ -0,0 +1,47 @@ + + + + + + SoapVar::__construct + SoapVar constructor + + + + &reftitle.description; + + SoapVar::__construct + stringdata + stringencoding + stringtype_name + stringtype_namespace + stringnode_name + stringnode_namespace + + + &info.function.alias; SoapVar::SoapVar + + + + + +