xxxxxxxxxx
namespace hp_;
use \WsdlToPhp\PackageBase\AbstractSoapClientBase;
/**
* This class stands for Indicatifs ServiceType
* @subpackage Services
*/
class Indicatifs extends AbstractSoapClientBase
{
/**
* Method to call the operation originally named
* IndicatifsTelephonesFixesTableauDEtudiants
* Meta information extracted from the WSDL
* - documentation: Indicatif du téléphone fixe des étudiants dont la clé est dans 'ATableau'
* @uses AbstractSoapClientBase::getSoapClient()
* @uses AbstractSoapClientBase::setResult()
* @uses AbstractSoapClientBase::getResult()
* @uses AbstractSoapClientBase::saveLastError()
* @param \hp_\THpSvcWTableauClesEtudiants $aTableau
* @return \hp_\THpSvcWTableauChaines|bool
*/
public function IndicatifsTelephonesFixesTableauDEtudiants(\hp_\THpSvcWTableauClesEtudiants $aTableau)
{
try {
$this->setResult($this->getSoapClient()->IndicatifsTelephonesFixesTableauDEtudiants($aTableau));
return $this->getResult();
} catch (\SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
}
/**
* Method to call the operation originally named
* IndicatifsTelephonesPortablesTableauDEtudiants
* Meta information extracted from the WSDL
* - documentation: Indicatif du téléphone portable des étudiants dont la clé est dans 'ATableau'
* @uses AbstractSoapClientBase::getSoapClient()
* @uses AbstractSoapClientBase::setResult()
* @uses AbstractSoapClientBase::getResult()
* @uses AbstractSoapClientBase::saveLastError()
* @param \hp_\THpSvcWTableauClesEtudiants $aTableau
* @return \hp_\THpSvcWTableauChaines|bool
*/
public function IndicatifsTelephonesPortablesTableauDEtudiants(\hp_\THpSvcWTableauClesEtudiants $aTableau)
{
try {
$this->setResult($this->getSoapClient()->IndicatifsTelephonesPortablesTableauDEtudiants($aTableau));
return $this->getResult();
} catch (\SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
}
/**
* Returns the result
* @see AbstractSoapClientBase::getResult()
* @return \hp_\THpSvcWTableauChaines
*/
public function getResult()
{
return parent::getResult();
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO