code
stringlengths
17
247k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function ReportSuite_GetTimeZone(array $rsid_list) { try { $this->setResult($resultReportSuite_GetTimeZone = $this->getSoapClient()->__soapCall('ReportSuite.GetTimeZone', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_GetTimeZone; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.GetTimeZone Meta information extracted from the WSDL - documentation: Retrieves the Time Zone for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return \StructType\ApiReport_suite_time_zone[]|bool
ReportSuite_GetTimeZone
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_GetTrafficVars(array $rsid_list) { try { $this->setResult($resultReportSuite_GetTrafficVars = $this->getSoapClient()->__soapCall('ReportSuite.GetTrafficVars', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_GetTrafficVars; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.GetTrafficVars Meta information extracted from the WSDL - documentation: Retrieves the Traffic Vars for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return \StructType\ApiReport_suite_traffic_var[]|bool
ReportSuite_GetTrafficVars
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_GetUIVisibility(array $rsid_list) { try { $this->setResult($resultReportSuite_GetUIVisibility = $this->getSoapClient()->__soapCall('ReportSuite.GetUIVisibility', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_GetUIVisibility; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.GetUIVisibility Meta information extracted from the WSDL - documentation: Retrieves the visibility states for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return \StructType\ApiReport_suite_ui_element[]|bool
ReportSuite_GetUIVisibility
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_GetUniqueVisitorVariable(array $rsid_list) { try { $this->setResult($resultReportSuite_GetUniqueVisitorVariable = $this->getSoapClient()->__soapCall('ReportSuite.GetUniqueVisitorVariable', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_GetUniqueVisitorVariable; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.GetUniqueVisitorVariable Meta information extracted from the WSDL - documentation: Retrieves a list of unique visitor variables @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return \StructType\ApiReport_suite_unique_visitor_variable[]|bool
ReportSuite_GetUniqueVisitorVariable
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_GetVideoReporting(array $rsid_list) { try { $this->setResult($resultReportSuite_GetVideoReporting = $this->getSoapClient()->__soapCall('ReportSuite.GetVideoReporting', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_GetVideoReporting; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.GetVideoReporting Meta information extracted from the WSDL - documentation: Retrieves the Video Tracking settings for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return string|bool
ReportSuite_GetVideoReporting
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_GetVideoTracking(array $rsid_list) { try { $this->setResult($resultReportSuite_GetVideoTracking = $this->getSoapClient()->__soapCall('ReportSuite.GetVideoTracking', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_GetVideoTracking; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.GetVideoTracking Meta information extracted from the WSDL - documentation: Retrieves the Video Tracking settings for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return \StructType\ApiReport_suite_video_tracking[]|bool
ReportSuite_GetVideoTracking
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveBaseCurrency($base_currency, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveBaseCurrency = $this->getSoapClient()->__soapCall('ReportSuite.SaveBaseCurrency', [ $base_currency, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveBaseCurrency; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveBaseCurrency Meta information extracted from the WSDL - documentation: Saves the Base Currency setting. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $base_currency @param string[] $rsid_list @return int|bool
ReportSuite_SaveBaseCurrency
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveBaseURL($base_url, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveBaseURL = $this->getSoapClient()->__soapCall('ReportSuite.SaveBaseURL', [ $base_url, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveBaseURL; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveBaseURL Meta information extracted from the WSDL - documentation: Saves the base URL for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $base_url @param string[] $rsid_list @return int|bool
ReportSuite_SaveBaseURL
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveCalculatedMetrics(array $calculated_metrics, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveCalculatedMetrics = $this->getSoapClient()->__soapCall('ReportSuite.SaveCalculatedMetrics', [ $calculated_metrics, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveCalculatedMetrics; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveCalculatedMetrics Meta information extracted from the WSDL - documentation: Saves a calculated metric for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCalculated_metric[] $calculated_metrics @param string[] $rsid_list @return int|bool
ReportSuite_SaveCalculatedMetrics
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveClassificationHierarchies(array $c_options, $c_view, $camp_view, $div_num, $name, $parent_div_num, array $rsid_list, $type, $update) { try { $this->setResult($resultReportSuite_SaveClassificationHierarchies = $this->getSoapClient()->__soapCall('ReportSuite.SaveClassificationHierarchies', [ $c_options, $c_view, $camp_view, $div_num, $name, $parent_div_num, $rsid_list, $type, $update, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveClassificationHierarchies; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveClassificationHierarchies Meta information extracted from the WSDL - documentation: Modifies a classification hierarchy for one or more report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $c_options @param string $c_view @param string $camp_view @param string $div_num @param string $name @param string $parent_div_num @param string[] $rsid_list @param string $type @param string $update @return int|bool
ReportSuite_SaveClassificationHierarchies
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveClassifications(array $c_options, $c_view, $camp_view, $div_num, $name, $parent_div_num, array $rsid_list, $type, $update) { try { $this->setResult($resultReportSuite_SaveClassifications = $this->getSoapClient()->__soapCall('ReportSuite.SaveClassifications', [ $c_options, $c_view, $camp_view, $div_num, $name, $parent_div_num, $rsid_list, $type, $update, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveClassifications; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveClassifications Meta information extracted from the WSDL - documentation: Saves a classification for one or more report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $c_options @param string $c_view @param string $camp_view @param string $div_num @param string $name @param string $parent_div_num @param string[] $rsid_list @param string $type @param string $update @return int|bool
ReportSuite_SaveClassifications
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveCustomCalendar($anchor_date, $cal_type, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveCustomCalendar = $this->getSoapClient()->__soapCall('ReportSuite.SaveCustomCalendar', [ $anchor_date, $cal_type, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveCustomCalendar; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveCustomCalendar Meta information extracted from the WSDL - documentation: Enables custom calendars for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $anchor_date @param string $cal_type @param string[] $rsid_list @return int|bool
ReportSuite_SaveCustomCalendar
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveDefaultPage($default_page, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveDefaultPage = $this->getSoapClient()->__soapCall('ReportSuite.SaveDefaultPage', [ $default_page, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveDefaultPage; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveDefaultPage Meta information extracted from the WSDL - documentation: Saves the default page for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $default_page @param string[] $rsid_list @return int|bool
ReportSuite_SaveDefaultPage
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveEVars(array $evars, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveEVars = $this->getSoapClient()->__soapCall('ReportSuite.SaveEVars', [ $evars, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveEVars; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveEVars Meta information extracted from the WSDL - documentation: Saves the conversion variables for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiEvar[] $evars @param string[] $rsid_list @return int|bool
ReportSuite_SaveEVars
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveEcommerce($ecommerce, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveEcommerce = $this->getSoapClient()->__soapCall('ReportSuite.SaveEcommerce', [ $ecommerce, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveEcommerce; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveEcommerce Meta information extracted from the WSDL - documentation: Saves the conversion level for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $ecommerce @param string[] $rsid_list @return int|bool
ReportSuite_SaveEcommerce
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveFindingMethods(array $reports, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveFindingMethods = $this->getSoapClient()->__soapCall('ReportSuite.SaveFindingMethods', [ $reports, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveFindingMethods; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveFindingMethods Meta information extracted from the WSDL - documentation: Saves finding method settings. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiFinding_method[] $reports @param string[] $rsid_list @return int|bool
ReportSuite_SaveFindingMethods
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveIPAddressExclusions(array $ip_list, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveIPAddressExclusions = $this->getSoapClient()->__soapCall('ReportSuite.SaveIPAddressExclusions', [ $ip_list, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveIPAddressExclusions; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveIPAddressExclusions Meta information extracted from the WSDL - documentation: Add an IP exclusion entry for a given report suite. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSave_ip_exclusion[] $ip_list @param string[] $rsid_list @return int|bool
ReportSuite_SaveIPAddressExclusions
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveIPObfuscation($ip_obfuscation, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveIPObfuscation = $this->getSoapClient()->__soapCall('ReportSuite.SaveIPObfuscation', [ $ip_obfuscation, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveIPObfuscation; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveIPObfuscation Meta information extracted from the WSDL - documentation: Saves the IP Address Obfuscation setting. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $ip_obfuscation @param string[] $rsid_list @return int|bool
ReportSuite_SaveIPObfuscation
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveMarketingChannelCost(\StructType\ApiCost_item $cost_item, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveMarketingChannelCost = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannelCost', [ $cost_item, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveMarketingChannelCost; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveMarketingChannelCost Meta information extracted from the WSDL - documentation: Saves the marketing channel costs for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCost_item $cost_item @param string[] $rsid_list @return int|bool
ReportSuite_SaveMarketingChannelCost
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveMarketingChannelExpiration($days, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveMarketingChannelExpiration = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannelExpiration', [ $days, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveMarketingChannelExpiration; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveMarketingChannelExpiration Meta information extracted from the WSDL - documentation: Saves the visitor expiration period. Set the number of days required before the visit expires, or 0 for never expires @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $days @param string[] $rsid_list @return int|bool
ReportSuite_SaveMarketingChannelExpiration
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveMarketingChannelRules(array $mchannel_rules, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveMarketingChannelRules = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannelRules', [ $mchannel_rules, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveMarketingChannelRules; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveMarketingChannelRules Meta information extracted from the WSDL - documentation: Saves the marketing channel rules for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiMchannel_ruleset[] $mchannel_rules @param string[] $rsid_list @return int|bool
ReportSuite_SaveMarketingChannelRules
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveMarketingChannels(array $channels, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveMarketingChannels = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannels', [ $channels, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveMarketingChannels; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveMarketingChannels Meta information extracted from the WSDL - documentation: Saves a set of marketing channels. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiMchannel[] $channels @param string[] $rsid_list @return int|bool
ReportSuite_SaveMarketingChannels
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveMobileAppReporting(array $rsid_list) { try { $this->setResult($resultReportSuite_SaveMobileAppReporting = $this->getSoapClient()->__soapCall('ReportSuite.SaveMobileAppReporting', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveMobileAppReporting; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveMobileAppReporting @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return void|bool
ReportSuite_SaveMobileAppReporting
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SavePaidSearch($filter, array $rsid_list, $rule, $search_engine) { try { $this->setResult($resultReportSuite_SavePaidSearch = $this->getSoapClient()->__soapCall('ReportSuite.SavePaidSearch', [ $filter, $rsid_list, $rule, $search_engine, ], [], [], $this->outputHeaders)); return $resultReportSuite_SavePaidSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SavePaidSearch Meta information extracted from the WSDL - documentation: Saves the paid search settings for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $filter @param string[] $rsid_list @param string $rule @param string $search_engine @return int|bool
ReportSuite_SavePaidSearch
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SavePermanentTraffic($new_hits_per_day, array $rsid_list, $start_date) { try { $this->setResult($resultReportSuite_SavePermanentTraffic = $this->getSoapClient()->__soapCall('ReportSuite.SavePermanentTraffic', [ $new_hits_per_day, $rsid_list, $start_date, ], [], [], $this->outputHeaders)); return $resultReportSuite_SavePermanentTraffic; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SavePermanentTraffic Meta information extracted from the WSDL - documentation: Saves the permanent traffic settings for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $new_hits_per_day @param string[] $rsid_list @param string $start_date @return int|bool
ReportSuite_SavePermanentTraffic
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveRollup($go_live_date, array $rollup_rsids, $rsid, $time_zone) { try { $this->setResult($resultReportSuite_SaveRollup = $this->getSoapClient()->__soapCall('ReportSuite.SaveRollup', [ $go_live_date, $rollup_rsids, $rsid, $time_zone, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveRollup; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveRollup Meta information extracted from the WSDL - documentation: Saves a rollup for the company. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $go_live_date @param string[] $rollup_rsids @param string $rsid @param string $time_zone @return int|bool
ReportSuite_SaveRollup
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveSavedFilters(array $savedFilters) { try { $this->setResult($resultReportSuite_SaveSavedFilters = $this->getSoapClient()->__soapCall('ReportSuite.SaveSavedFilters', [ $savedFilters, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveSavedFilters; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveSavedFilters Meta information extracted from the WSDL - documentation: Saves filter. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSaved_filter[] $savedFilters @return \StructType\ApiSaved_filter[]|bool
ReportSuite_SaveSavedFilters
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveScheduledSpike($end_date, array $rsid_list, $spike_hits_per_day, $start_date) { try { $this->setResult($resultReportSuite_SaveScheduledSpike = $this->getSoapClient()->__soapCall('ReportSuite.SaveScheduledSpike', [ $end_date, $rsid_list, $spike_hits_per_day, $start_date, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveScheduledSpike; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveScheduledSpike Meta information extracted from the WSDL - documentation: Saves scheduled traffic spikes for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $end_date @param string[] $rsid_list @param string $spike_hits_per_day @param string $start_date @return int|bool
ReportSuite_SaveScheduledSpike
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveSiteTitle(array $rsid_list, $site_title) { try { $this->setResult($resultReportSuite_SaveSiteTitle = $this->getSoapClient()->__soapCall('ReportSuite.SaveSiteTitle', [ $rsid_list, $site_title, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveSiteTitle; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveSiteTitle Meta information extracted from the WSDL - documentation: Changes the Site Title of the report suites specified (it is not recommended to update multiple report suites with the same site title) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @param string $site_title @return int|bool
ReportSuite_SaveSiteTitle
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveSuccessEvents(array $events, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveSuccessEvents = $this->getSoapClient()->__soapCall('ReportSuite.SaveSuccessEvents', [ $events, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveSuccessEvents; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveSuccessEvents Meta information extracted from the WSDL - documentation: Saves the success events to rsid_list @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiEvent[] $events @param string[] $rsid_list @return int|bool
ReportSuite_SaveSuccessEvents
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveSurveySettings(array $rsid_list, $survey_display_event_num, $survey_evar_num, $survey_submit_event_num) { try { $this->setResult($resultReportSuite_SaveSurveySettings = $this->getSoapClient()->__soapCall('ReportSuite.SaveSurveySettings', [ $rsid_list, $survey_display_event_num, $survey_evar_num, $survey_submit_event_num, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveSurveySettings; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveSurveySettings @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @param string $survey_display_event_num @param string $survey_evar_num @param string $survey_submit_event_num @return void|bool
ReportSuite_SaveSurveySettings
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveTimeZone(array $rsid_list, $time_zone) { try { $this->setResult($resultReportSuite_SaveTimeZone = $this->getSoapClient()->__soapCall('ReportSuite.SaveTimeZone', [ $rsid_list, $time_zone, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveTimeZone; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveTimeZone Meta information extracted from the WSDL - documentation: Changes the timezone (lookup ID) of the report suites specified @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @param string $time_zone @return int|bool
ReportSuite_SaveTimeZone
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveTrafficVars(array $property, array $rsid_list) { try { $this->setResult($resultReportSuite_SaveTrafficVars = $this->getSoapClient()->__soapCall('ReportSuite.SaveTrafficVars', [ $property, $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveTrafficVars; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveTrafficVars Meta information extracted from the WSDL - documentation: Saves the Traffic Vars for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiTraffic_var[] $property @param string[] $rsid_list @return int|bool
ReportSuite_SaveTrafficVars
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveUIVisibility(array $rsid_list, $state, $ui_element) { try { $this->setResult($resultReportSuite_SaveUIVisibility = $this->getSoapClient()->__soapCall('ReportSuite.SaveUIVisibility', [ $rsid_list, $state, $ui_element, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveUIVisibility; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveUIVisibility Meta information extracted from the WSDL - documentation: Changes the visibility state of the UI element given for the requested report suites. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @param string $state @param string $ui_element @return boolean|bool
ReportSuite_SaveUIVisibility
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveUniqueVisitorVariable(array $rsid_list, $unique_visitor_variable) { try { $this->setResult($resultReportSuite_SaveUniqueVisitorVariable = $this->getSoapClient()->__soapCall('ReportSuite.SaveUniqueVisitorVariable', [ $rsid_list, $unique_visitor_variable, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveUniqueVisitorVariable; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveUniqueVisitorVariable Meta information extracted from the WSDL - documentation: Sets the unique visitor variable specified @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @param string $unique_visitor_variable @return int|bool
ReportSuite_SaveUniqueVisitorVariable
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function ReportSuite_SaveVideoReporting(array $rsid_list) { try { $this->setResult($resultReportSuite_SaveVideoReporting = $this->getSoapClient()->__soapCall('ReportSuite.SaveVideoReporting', [ $rsid_list, ], [], [], $this->outputHeaders)); return $resultReportSuite_SaveVideoReporting; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReportSuite.SaveVideoReporting @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $rsid_list @return void|bool
ReportSuite_SaveVideoReporting
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_CheckJobStatus($job_id) { try { $this->setResult($resultSaint_CheckJobStatus = $this->getSoapClient()->__soapCall('Saint.CheckJobStatus', [ $job_id, ], [], [], $this->outputHeaders)); return $resultSaint_CheckJobStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.CheckJobStatus Meta information extracted from the WSDL - documentation: Return the current status of a Saint API Job. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $job_id @return \StructType\ApiSaintresult[]|bool
Saint_CheckJobStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_CreateFTP($description, $email, $export, $overwrite, $relation_id, array $rsid_list) { try { $this->setResult($resultSaint_CreateFTP = $this->getSoapClient()->__soapCall('Saint.CreateFTP', [ $description, $email, $export, $overwrite, $relation_id, $rsid_list, ], [], [], $this->outputHeaders)); return $resultSaint_CreateFTP; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.CreateFTP Meta information extracted from the WSDL - documentation: Creates an ftp account for the given parameters and returns the ftp account info @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $description @param string $email @param string $export @param string $overwrite @param string $relation_id @param string[] $rsid_list @return \StructType\ApiSaint_ftp_info|bool
Saint_CreateFTP
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_ExportCreateJob($campaign_filter_begin_range, $campaign_filter_end_range, $campaign_filter_option, $date_filter_row_end_date, $date_filter_row_start_date, $email_address, $encoding, $relation_id, array $report_suite_array, $row_match_filter_empty_column_name, $row_match_filter_match_column_name, $row_match_filter_match_column_value, $select_all_rows, $select_number_of_rows) { try { $this->setResult($resultSaint_ExportCreateJob = $this->getSoapClient()->__soapCall('Saint.ExportCreateJob', [ $campaign_filter_begin_range, $campaign_filter_end_range, $campaign_filter_option, $date_filter_row_end_date, $date_filter_row_start_date, $email_address, $encoding, $relation_id, $report_suite_array, $row_match_filter_empty_column_name, $row_match_filter_match_column_name, $row_match_filter_match_column_value, $select_all_rows, $select_number_of_rows, ], [], [], $this->outputHeaders)); return $resultSaint_ExportCreateJob; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.ExportCreateJob Meta information extracted from the WSDL - documentation: Creates Saint Export Job. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $campaign_filter_begin_range @param string $campaign_filter_end_range @param string $campaign_filter_option @param string $date_filter_row_end_date @param string $date_filter_row_start_date @param string $email_address @param string $encoding @param string $relation_id @param string[] $report_suite_array @param string $row_match_filter_empty_column_name @param string $row_match_filter_match_column_name @param string $row_match_filter_match_column_value @param string $select_all_rows @param string $select_number_of_rows @return string|bool
Saint_ExportCreateJob
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_ExportGetFileSegment($file_id, $segment_id) { try { $this->setResult($resultSaint_ExportGetFileSegment = $this->getSoapClient()->__soapCall('Saint.ExportGetFileSegment', [ $file_id, $segment_id, ], [], [], $this->outputHeaders)); return $resultSaint_ExportGetFileSegment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.ExportGetFileSegment Meta information extracted from the WSDL - documentation: Returns the page details of a given file_id @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $file_id @param string $segment_id @return \StructType\ApiPagedetail[]|bool
Saint_ExportGetFileSegment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_GetCompatabiltyMetrics(array $report_suite_array) { try { $this->setResult($resultSaint_GetCompatabiltyMetrics = $this->getSoapClient()->__soapCall('Saint.GetCompatabiltyMetrics', [ $report_suite_array, ], [], [], $this->outputHeaders)); return $resultSaint_GetCompatabiltyMetrics; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.GetCompatabiltyMetrics Meta information extracted from the WSDL - documentation: Returns Array of compatability information for a report suite(s), @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string[] $report_suite_array @return \StructType\ApiCompatability[]|bool
Saint_GetCompatabiltyMetrics
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_GetFilters($relation_id, array $report_suite_array) { try { $this->setResult($resultSaint_GetFilters = $this->getSoapClient()->__soapCall('Saint.GetFilters', [ $relation_id, $report_suite_array, ], [], [], $this->outputHeaders)); return $resultSaint_GetFilters; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.GetFilters Meta information extracted from the WSDL - documentation: Get SAINT export filters. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $relation_id @param string[] $report_suite_array @return \StructType\ApiExport_filter[]|bool
Saint_GetFilters
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_GetTemplate($encoding, array $numeric_div_nums, $relation_id, $report_suite, array $text_div_nums) { try { $this->setResult($resultSaint_GetTemplate = $this->getSoapClient()->__soapCall('Saint.GetTemplate', [ $encoding, $numeric_div_nums, $relation_id, $report_suite, $text_div_nums, ], [], [], $this->outputHeaders)); return $resultSaint_GetTemplate; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.GetTemplate Meta information extracted from the WSDL - documentation: Returns the template to be used in the SAINT browser or FTP download @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $encoding @param int[] $numeric_div_nums @param string $relation_id @param string $report_suite @param int[] $text_div_nums @return string|bool
Saint_GetTemplate
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_ImportCommitJob($job_id) { try { $this->setResult($resultSaint_ImportCommitJob = $this->getSoapClient()->__soapCall('Saint.ImportCommitJob', [ $job_id, ], [], [], $this->outputHeaders)); return $resultSaint_ImportCommitJob; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.ImportCommitJob Meta information extracted from the WSDL - documentation: Commits a specified Saint Import job for processing. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $job_id @return string|bool
Saint_ImportCommitJob
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_ImportCreateJob($check_divisions, $description, $email_address, $export_results, array $header, $overwrite_conflicts, $relation_id, array $report_suite_array) { try { $this->setResult($resultSaint_ImportCreateJob = $this->getSoapClient()->__soapCall('Saint.ImportCreateJob', [ $check_divisions, $description, $email_address, $export_results, $header, $overwrite_conflicts, $relation_id, $report_suite_array, ], [], [], $this->outputHeaders)); return $resultSaint_ImportCreateJob; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.ImportCreateJob Meta information extracted from the WSDL - documentation: Creates a Saint Import Job @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $check_divisions @param string $description @param string $email_address @param string $export_results @param string[] $header @param string $overwrite_conflicts @param string $relation_id @param string[] $report_suite_array @return int|bool
Saint_ImportCreateJob
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_ImportPopulateJob($job_id, $page, array $rows) { try { $this->setResult($resultSaint_ImportPopulateJob = $this->getSoapClient()->__soapCall('Saint.ImportPopulateJob', [ $job_id, $page, $rows, ], [], [], $this->outputHeaders)); return $resultSaint_ImportPopulateJob; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.ImportPopulateJob Meta information extracted from the WSDL - documentation: Attaches Import data to a given Saint Import job. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $job_id @param string $page @param \StructType\ApiRow[] $rows @return string|bool
Saint_ImportPopulateJob
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Saint_ListFTP() { try { $this->setResult($resultSaint_ListFTP = $this->getSoapClient()->__soapCall('Saint.ListFTP', [], [], [], $this->outputHeaders)); return $resultSaint_ListFTP; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Saint.ListFTP Meta information extracted from the WSDL - documentation: Returns a list of the ftp accounts configured for this company @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @return \StructType\ApiSaint_ftp[]|bool
Saint_ListFTP
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_CreatePublishedReport($location, $product, \StructType\ApiScheduledReport $scheduledReport, $workbook) { try { $this->setResult($resultScheduling_CreatePublishedReport = $this->getSoapClient()->__soapCall('Scheduling.CreatePublishedReport', [ $location, $product, $scheduledReport, $workbook, ], [], [], $this->outputHeaders)); return $resultScheduling_CreatePublishedReport; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.CreatePublishedReport Meta information extracted from the WSDL - documentation: Creates a new published report. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $location @param string $product @param \StructType\ApiScheduledReport $scheduledReport @param string $workbook @return \StructType\ApiScheduledReport|bool
Scheduling_CreatePublishedReport
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_DeletePublishedReport($product, array $scheduledReportIds) { try { $this->setResult($resultScheduling_DeletePublishedReport = $this->getSoapClient()->__soapCall('Scheduling.DeletePublishedReport', [ $product, $scheduledReportIds, ], [], [], $this->outputHeaders)); return $resultScheduling_DeletePublishedReport; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.DeletePublishedReport Meta information extracted from the WSDL - documentation: Deletes published reports. (Internal use only) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $product @param int[] $scheduledReportIds @return boolean|bool
Scheduling_DeletePublishedReport
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_DeleteWorkbook($location, $product, $username, array $workbookNames) { try { $this->setResult($resultScheduling_DeleteWorkbook = $this->getSoapClient()->__soapCall('Scheduling.DeleteWorkbook', [ $location, $product, $username, $workbookNames, ], [], [], $this->outputHeaders)); return $resultScheduling_DeleteWorkbook; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.DeleteWorkbook Meta information extracted from the WSDL - documentation: Deletes workbooks from the library. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $location @param string $product @param string $username @param string[] $workbookNames @return boolean|bool
Scheduling_DeleteWorkbook
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_DownloadWorkbook($location, $productType, $username, $workbookName) { try { $this->setResult($resultScheduling_DownloadWorkbook = $this->getSoapClient()->__soapCall('Scheduling.DownloadWorkbook', [ $location, $productType, $username, $workbookName, ], [], [], $this->outputHeaders)); return $resultScheduling_DownloadWorkbook; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.DownloadWorkbook Meta information extracted from the WSDL - documentation: Download a workbook. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $location @param string $productType @param string $username @param string $workbookName @return base64Binary|bool
Scheduling_DownloadWorkbook
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_GetPublishedReports($product, $username) { try { $this->setResult($resultScheduling_GetPublishedReports = $this->getSoapClient()->__soapCall('Scheduling.GetPublishedReports', [ $product, $username, ], [], [], $this->outputHeaders)); return $resultScheduling_GetPublishedReports; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.GetPublishedReports Meta information extracted from the WSDL - documentation: Get published reports for a user. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $product @param string $username @return \StructType\ApiScheduledReport[]|bool
Scheduling_GetPublishedReports
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_GetReportsRunHistory($limit, $offset, $product, $username) { try { $this->setResult($resultScheduling_GetReportsRunHistory = $this->getSoapClient()->__soapCall('Scheduling.GetReportsRunHistory', [ $limit, $offset, $product, $username, ], [], [], $this->outputHeaders)); return $resultScheduling_GetReportsRunHistory; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.GetReportsRunHistory Meta information extracted from the WSDL - documentation: Gets a history of reports published by a user. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $limit @param string $offset @param string $product @param string $username @return \StructType\ApiScheduleLog[]|bool
Scheduling_GetReportsRunHistory
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_GetWorkbookList($location, $product) { try { $this->setResult($resultScheduling_GetWorkbookList = $this->getSoapClient()->__soapCall('Scheduling.GetWorkbookList', [ $location, $product, ], [], [], $this->outputHeaders)); return $resultScheduling_GetWorkbookList; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.GetWorkbookList Meta information extracted from the WSDL - documentation: Gets a list of workbooks for a user. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $location @param string $product @return \StructType\ApiExcelWorkbook[]|bool
Scheduling_GetWorkbookList
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_ReRunReport($id) { try { $this->setResult($resultScheduling_ReRunReport = $this->getSoapClient()->__soapCall('Scheduling.ReRunReport', [ $id, ], [], [], $this->outputHeaders)); return $resultScheduling_ReRunReport; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.ReRunReport Meta information extracted from the WSDL - documentation: Re-enables a failed report. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $id @return boolean|bool
Scheduling_ReRunReport
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_UpdatePublishedReport($product, \StructType\ApiScheduledReport $scheduledReport, $workbook) { try { $this->setResult($resultScheduling_UpdatePublishedReport = $this->getSoapClient()->__soapCall('Scheduling.UpdatePublishedReport', [ $product, $scheduledReport, $workbook, ], [], [], $this->outputHeaders)); return $resultScheduling_UpdatePublishedReport; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.UpdatePublishedReport Meta information extracted from the WSDL - documentation: Edits a published report. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $product @param \StructType\ApiScheduledReport $scheduledReport @param string $workbook @return \StructType\ApiScheduledReport|bool
Scheduling_UpdatePublishedReport
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Scheduling_UploadWorkbook($description, $filename, $location, $product, $workbook) { try { $this->setResult($resultScheduling_UploadWorkbook = $this->getSoapClient()->__soapCall('Scheduling.UploadWorkbook', [ $description, $filename, $location, $product, $workbook, ], [], [], $this->outputHeaders)); return $resultScheduling_UploadWorkbook; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Scheduling.UploadWorkbook Meta information extracted from the WSDL - documentation: Uploads a Workbook. (Internal use only.) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $description @param string $filename @param string $location @param string $product @param string $workbook @return boolean|bool
Scheduling_UploadWorkbook
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function Survey_GetSummaryList($rsid, $status_filter) { try { $this->setResult($resultSurvey_GetSummaryList = $this->getSoapClient()->__soapCall('Survey.GetSummaryList', [ $rsid, $status_filter, ], [], [], $this->outputHeaders)); return $resultSurvey_GetSummaryList; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Survey.GetSummaryList Meta information extracted from the WSDL - documentation: Returns the list of current surveys created for a given report suite. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $rsid @param string $status_filter @return \StructType\ApiSurvey_summary[]|bool
Survey_GetSummaryList
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function User_GetBookmarkFolders($limit) { try { $this->setResult($resultUser_GetBookmarkFolders = $this->getSoapClient()->__soapCall('User.GetBookmarkFolders', [ $limit, ], [], [], $this->outputHeaders)); return $resultUser_GetBookmarkFolders; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named User.GetBookmarkFolders Meta information extracted from the WSDL - documentation: Retrieves the folders the user has on their menu. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $limit @return \StructType\ApiFormatted_folder[]|bool
User_GetBookmarkFolders
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function User_GetDashboardsAPI($limit) { try { $this->setResult($resultUser_GetDashboardsAPI = $this->getSoapClient()->__soapCall('User.GetDashboardsAPI', [ $limit, ], [], [], $this->outputHeaders)); return $resultUser_GetDashboardsAPI; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named User.GetDashboardsAPI Meta information extracted from the WSDL - documentation: Retrieves a list of dashboards accessible by the user. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $limit @return \StructType\ApiDashboard_element[]|bool
User_GetDashboardsAPI
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function User_GetLastUsedReportSuite() { try { $this->setResult($resultUser_GetLastUsedReportSuite = $this->getSoapClient()->__soapCall('User.GetLastUsedReportSuite', [], [], [], $this->outputHeaders)); return $resultUser_GetLastUsedReportSuite; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named User.GetLastUsedReportSuite Meta information extracted from the WSDL - documentation: Retrieves the last used report suite by the user. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @return \StructType\ApiReport_suite_id|bool
User_GetLastUsedReportSuite
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function User_LoginEmailExists($emailAddress) { try { $this->setResult($resultUser_LoginEmailExists = $this->getSoapClient()->__soapCall('User.LoginEmailExists', [ $emailAddress, ], [], [], $this->outputHeaders)); return $resultUser_LoginEmailExists; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named User.LoginEmailExists Meta information extracted from the WSDL - documentation: Determines if the supplied email address exists is tied to a Suite login. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $emailAddress @return boolean|bool
User_LoginEmailExists
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidOmnitureApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php
MIT
public function __construct(?int $bannerID = null, ?int $campaignID = null, ?string $title = null, ?string $text = null, ?string $href = null, ?string $domain = null, ?\StructType\ApiContactInfo $contactInfo = null, ?string $geo = null, ?array $phrases = null, ?array $minusKeywords = null, ?string $statusActivating = null, ?string $statusArchive = null, ?string $statusBannerModerate = null, ?string $statusPhrasesModerate = null, ?string $statusPhoneModerate = null, ?string $statusShow = null, ?string $isActive = null, ?string $statusSitelinksModerate = null, ?array $sitelinks = null, ?array $adWarnings = null, ?string $fixedOnModeration = null, ?array $moderateRejectionReasons = null, ?string $type = null, ?int $adGroupID = null, ?string $adGroupName = null, ?string $autoMinusWords = null, ?string $ageLabel = null, ?string $adImageHash = null, ?string $statusAdImageModerate = null, ?int $adGroupMobileBidAdjustment = null) { $this ->setBannerID($bannerID) ->setCampaignID($campaignID) ->setTitle($title) ->setText($text) ->setHref($href) ->setDomain($domain) ->setContactInfo($contactInfo) ->setGeo($geo) ->setPhrases($phrases) ->setMinusKeywords($minusKeywords) ->setStatusActivating($statusActivating) ->setStatusArchive($statusArchive) ->setStatusBannerModerate($statusBannerModerate) ->setStatusPhrasesModerate($statusPhrasesModerate) ->setStatusPhoneModerate($statusPhoneModerate) ->setStatusShow($statusShow) ->setIsActive($isActive) ->setStatusSitelinksModerate($statusSitelinksModerate) ->setSitelinks($sitelinks) ->setAdWarnings($adWarnings) ->setFixedOnModeration($fixedOnModeration) ->setModerateRejectionReasons($moderateRejectionReasons) ->setType($type) ->setAdGroupID($adGroupID) ->setAdGroupName($adGroupName) ->setAutoMinusWords($autoMinusWords) ->setAgeLabel($ageLabel) ->setAdImageHash($adImageHash) ->setStatusAdImageModerate($statusAdImageModerate) ->setAdGroupMobileBidAdjustment($adGroupMobileBidAdjustment); }
Constructor method for BannerInfo @uses ApiBannerInfo::setBannerID() @uses ApiBannerInfo::setCampaignID() @uses ApiBannerInfo::setTitle() @uses ApiBannerInfo::setText() @uses ApiBannerInfo::setHref() @uses ApiBannerInfo::setDomain() @uses ApiBannerInfo::setContactInfo() @uses ApiBannerInfo::setGeo() @uses ApiBannerInfo::setPhrases() @uses ApiBannerInfo::setMinusKeywords() @uses ApiBannerInfo::setStatusActivating() @uses ApiBannerInfo::setStatusArchive() @uses ApiBannerInfo::setStatusBannerModerate() @uses ApiBannerInfo::setStatusPhrasesModerate() @uses ApiBannerInfo::setStatusPhoneModerate() @uses ApiBannerInfo::setStatusShow() @uses ApiBannerInfo::setIsActive() @uses ApiBannerInfo::setStatusSitelinksModerate() @uses ApiBannerInfo::setSitelinks() @uses ApiBannerInfo::setAdWarnings() @uses ApiBannerInfo::setFixedOnModeration() @uses ApiBannerInfo::setModerateRejectionReasons() @uses ApiBannerInfo::setType() @uses ApiBannerInfo::setAdGroupID() @uses ApiBannerInfo::setAdGroupName() @uses ApiBannerInfo::setAutoMinusWords() @uses ApiBannerInfo::setAgeLabel() @uses ApiBannerInfo::setAdImageHash() @uses ApiBannerInfo::setStatusAdImageModerate() @uses ApiBannerInfo::setAdGroupMobileBidAdjustment() @param int $bannerID @param int $campaignID @param string $title @param string $text @param string $href @param string $domain @param \StructType\ApiContactInfo $contactInfo @param string $geo @param \StructType\ApiBannerPhraseInfo[] $phrases @param string[] $minusKeywords @param string $statusActivating @param string $statusArchive @param string $statusBannerModerate @param string $statusPhrasesModerate @param string $statusPhoneModerate @param string $statusShow @param string $isActive @param string $statusSitelinksModerate @param \StructType\ApiSitelink[] $sitelinks @param string[] $adWarnings @param string $fixedOnModeration @param \StructType\ApiRejectReason[] $moderateRejectionReasons @param string $type @param int $adGroupID @param string $adGroupName @param string $autoMinusWords @param string $ageLabel @param string $adImageHash @param string $statusAdImageModerate @param int $adGroupMobileBidAdjustment
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidBannerInfo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidBannerInfo.php
MIT
public function Search(\My\Project\StructType\ApiSearchRequestProject $parameters) { try { $this->setResult($resultSearch = $this->getSoapClient()->__soapCall('Search', [ $parameters, ], [], [], $this->outputHeaders)); return $resultSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Search @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \My\Project\StructType\ApiSearchRequestProject $parameters @return \My\Project\StructType\ApiSearchResponseProject|bool
Search
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidMyProjectApiSearchProject.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidMyProjectApiSearchProject.php
MIT
public function __construct(?array $taxDescription = null, ?string $type = null, ?string $code = null, ?float $percent = null, ?float $amount = null, ?string $currencyCode = null, ?int $decimalPlaces = null) { $this ->setTaxDescription($taxDescription) ->setType($type) ->setCode($code) ->setPercent($percent) ->setAmount($amount) ->setCurrencyCode($currencyCode) ->setDecimalPlaces($decimalPlaces); }
Constructor method for TaxType @uses ApiTaxType::setTaxDescription() @uses ApiTaxType::setType() @uses ApiTaxType::setCode() @uses ApiTaxType::setPercent() @uses ApiTaxType::setAmount() @uses ApiTaxType::setCurrencyCode() @uses ApiTaxType::setDecimalPlaces() @param \StructType\ApiParagraphType[] $taxDescription @param string $type @param string $code @param float $percent @param float $amount @param string $currencyCode @param int $decimalPlaces
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidTaxType.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidTaxType.php
MIT
public function __construct(?string $title = null, ?string $url = null, ?string $source = null, ?string $snippet = null, ?string $date = null) { $this ->setTitle($title) ->setUrl($url) ->setSource($source) ->setSnippet($snippet) ->setDate($date); }
Constructor method for NewsArticle @uses ApiNewsArticle::setTitle() @uses ApiNewsArticle::setUrl() @uses ApiNewsArticle::setSource() @uses ApiNewsArticle::setSnippet() @uses ApiNewsArticle::setDate() @param string $title @param string $url @param string $source @param string $snippet @param string $date
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiNewsArticle.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiNewsArticle.php
MIT
public function __construct(\StructType\ApiName $name, string $email, \StructType\ApiLanguage $language, string $gender, string $id, ?string $dateOfBirth = null, ?string $phoneNumber = null, ?string $mobilePhoneNumber = null, ?string $ipAddress = null) { $this ->setName($name) ->setEmail($email) ->setLanguage($language) ->setGender($gender) ->setId($id) ->setDateOfBirth($dateOfBirth) ->setPhoneNumber($phoneNumber) ->setMobilePhoneNumber($mobilePhoneNumber) ->setIpAddress($ipAddress); }
Constructor method for shopper @uses ApiShopper::setName() @uses ApiShopper::setEmail() @uses ApiShopper::setLanguage() @uses ApiShopper::setGender() @uses ApiShopper::setId() @uses ApiShopper::setDateOfBirth() @uses ApiShopper::setPhoneNumber() @uses ApiShopper::setMobilePhoneNumber() @uses ApiShopper::setIpAddress() @param \StructType\ApiName $name @param string $email @param \StructType\ApiLanguage $language @param string $gender @param string $id @param string $dateOfBirth @param string $phoneNumber @param string $mobilePhoneNumber @param string $ipAddress
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidShopper.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidShopper.php
MIT
public function __construct(?\StructType\ApiRoomStaysType $roomStays = null, ?\StructType\ApiResGuestsType $resGuests = null, ?\StructType\ApiResGlobalInfoType $resGlobalInfo = null, ?bool $roomStayReservation = null, ?string $resStatus = null) { $this ->setRoomStays($roomStays) ->setResGuests($resGuests) ->setResGlobalInfo($resGlobalInfo) ->setRoomStayReservation($roomStayReservation) ->setResStatus($resStatus); }
Constructor method for HotelReservationType @uses ApiHotelReservationType::setRoomStays() @uses ApiHotelReservationType::setResGuests() @uses ApiHotelReservationType::setResGlobalInfo() @uses ApiHotelReservationType::setRoomStayReservation() @uses ApiHotelReservationType::setResStatus() @param \StructType\ApiRoomStaysType $roomStays @param \StructType\ApiResGuestsType $resGuests @param \StructType\ApiResGlobalInfoType $resGlobalInfo @param bool $roomStayReservation @param string $resStatus
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidHotelReservationType.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidHotelReservationType.php
MIT
public function __construct($dayOfWeek, int $startTimeInMinutes, int $endTimeInMinutes) { $this ->setDayOfWeek($dayOfWeek) ->setStartTimeInMinutes($startTimeInMinutes) ->setEndTimeInMinutes($endTimeInMinutes); }
Constructor method for WorkingPeriod @uses ApiWorkingPeriod::setDayOfWeek() @uses ApiWorkingPeriod::setStartTimeInMinutes() @uses ApiWorkingPeriod::setEndTimeInMinutes() @param array|string $dayOfWeek @param int $startTimeInMinutes @param int $endTimeInMinutes
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidWorkingPeriod.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidWorkingPeriod.php
MIT
public function login(\StructType\ApiLogin $parameter) { try { $this->setResult($resultLogin = $this->getSoapClient()->__soapCall('login', [ $parameter, ], [], [], $this->outputHeaders)); return $resultLogin; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named login Meta information extracted from the WSDL - SOAPHeaderNames: ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiClusterHeader - SOAPHeaders: required - documentation: Login to the service. This must be the first call to obtain the SessionID for all subsequent API calls @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiLogin $parameter @return \StructType\ApiLoginResponse|bool
login
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidActonApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidActonApiService.php
MIT
public function sendEmail(\StructType\ApiSendEmail $parameter) { try { $this->setResult($resultSendEmail = $this->getSoapClient()->__soapCall('sendEmail', [ $parameter, ], [], [], $this->outputHeaders)); return $resultSendEmail; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named sendEmail Meta information extracted from the WSDL - SOAPHeaderNames: SessionHeader, ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com, urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiSessionHeader, \StructType\ApiClusterHeader - SOAPHeaders: optional, optional - documentation: Schedule an email to be sent. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSendEmail $parameter @return \StructType\ApiSendEmailResponse|bool
sendEmail
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidActonApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidActonApiService.php
MIT
public function _list(\StructType\ApiList $parameter) { try { $this->setResult($resultList = $this->getSoapClient()->__soapCall('list', [ $parameter, ], [], [], $this->outputHeaders)); return $resultList; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named list Meta information extracted from the WSDL - SOAPHeaderNames: SessionHeader, ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com, urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiSessionHeader, \StructType\ApiClusterHeader - SOAPHeaders: optional, required - documentation: Obtain a listing of different types of items in the system (e.g. CONTACT_LISTS) @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiList $parameter @return \StructType\ApiListResponse|bool
_list
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidActonApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidActonApiService.php
MIT
public function uploadList(\StructType\ApiUploadList $parameter) { try { $this->setResult($resultUploadList = $this->getSoapClient()->__soapCall('uploadList', [ $parameter, ], [], [], $this->outputHeaders)); return $resultUploadList; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named uploadList Meta information extracted from the WSDL - SOAPHeaderNames: SessionHeader, ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com, urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiSessionHeader, \StructType\ApiClusterHeader - SOAPHeaders: optional, required - documentation: Upload a new contact list or merge records into an existing list. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiUploadList $parameter @return \StructType\ApiUploadListResponse|bool
uploadList
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidActonApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidActonApiService.php
MIT
public function getUploadResult(\StructType\ApiGetUploadResultRequest $parameter) { try { $this->setResult($resultGetUploadResult = $this->getSoapClient()->__soapCall('getUploadResult', [ $parameter, ], [], [], $this->outputHeaders)); return $resultGetUploadResult; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named getUploadResult Meta information extracted from the WSDL - SOAPHeaderNames: SessionHeader, ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com, urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiSessionHeader, \StructType\ApiClusterHeader - SOAPHeaders: required, required - documentation: Poll for the results of an asynchronous running upload/merge request @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetUploadResultRequest $parameter @return \StructType\ApiGetUploadResultResponse|bool
getUploadResult
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidActonApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidActonApiService.php
MIT
public function downloadList(\StructType\ApiDownloadList $parameter) { try { $this->setResult($resultDownloadList = $this->getSoapClient()->__soapCall('downloadList', [ $parameter, ], [], [], $this->outputHeaders)); return $resultDownloadList; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named downloadList Meta information extracted from the WSDL - SOAPHeaderNames: SessionHeader, ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com, urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiSessionHeader, \StructType\ApiClusterHeader - SOAPHeaders: optional, required - documentation: Download the records of a contact list @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDownloadList $parameter @return \StructType\ApiAttachmentType|bool
downloadList
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidActonApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidActonApiService.php
MIT
public function messageReport(\StructType\ApiMessageReport $parameter) { try { $this->setResult($resultMessageReport = $this->getSoapClient()->__soapCall('messageReport', [ $parameter, ], [], [], $this->outputHeaders)); return $resultMessageReport; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named messageReport Meta information extracted from the WSDL - SOAPHeaderNames: SessionHeader, ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com, urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiSessionHeader, \StructType\ApiClusterHeader - SOAPHeaders: optional, required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiMessageReport $parameter @return \StructType\ApiMessageReportResponse|bool
messageReport
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidActonApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidActonApiService.php
MIT
public function __construct(?bool $processByDistributor = null) { $this ->setProcessByDistributor($processByDistributor); }
Constructor method for ControlsType @uses ApiControlsType::setProcessByDistributor() @param bool $processByDistributor
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiControlsType.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiControlsType.php
MIT
protected function loadInternal(array $mergedConfig, ContainerBuilder $container) { $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); $loader->load('services.yaml'); $definition = $container->getDefinition('rompetomp_inertia.inertia'); $definition->setArgument('$rootView', $mergedConfig['root_view']); $definition->addMethodCall('useSsr', [$mergedConfig['ssr']['enabled']]); $definition->addMethodCall('setSsrUrl', [$mergedConfig['ssr']['url']]); }
Configures the passed container according to the merged configuration. @throws \Exception
loadInternal
php
rompetomp/inertia-bundle
DependencyInjection/RompetompInertiaExtension.php
https://github.com/rompetomp/inertia-bundle/blob/master/DependencyInjection/RompetompInertiaExtension.php
MIT
public static function getConfigOverrides(Event $event) { $extra = $event->getComposer()->getPackage()->getExtra(); if (isset($extra["patternlab"]) && isset($extra["patternlab"]["config"]) && is_array($extra["patternlab"]["config"])) { self::$installerInfo["configOverrides"] = $extra["patternlab"]["config"]; } }
Get any config overrides that may exist for the edition @param {Object} a script event object from composer
getConfigOverrides
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public static function getPackageInfo($type, $event) { $package = ($type == "update") ? $event->getOperation()->getTargetPackage() : $event->getOperation()->getPackage(); $packageType = $package->getType(); $packageExtra = $package->getExtra(); $packageInfo = array(); // make sure we're only evaluating pattern lab packages if (strpos($packageType,"patternlab-") !== false) { $packageInfo["name"] = $package->getName(); $packageInfo["type"] = $packageType; $packageInfo["pathBase"] = $event->getComposer()->getInstallationManager()->getInstallPath($package); $packageInfo["pathDist"] = $packageInfo["pathBase"].DIRECTORY_SEPARATOR."dist".DIRECTORY_SEPARATOR; $packageInfo["extra"] = (isset($packageExtra["patternlab"])) ? $packageExtra["patternlab"] : array(); self::$installerInfo["packages"][] = $packageInfo; } }
Get the package info from each patternlab-* package's composer.json @param {String} the type of event fired during the composer install @param {Object} a script event object from composer
getPackageInfo
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public static function getSuggestedStarterKits(Event $event) { $extra = $event->getComposer()->getPackage()->getExtra(); if (isset($extra["patternlab"]) && isset($extra["patternlab"]["starterKitSuggestions"]) && is_array($extra["patternlab"]["starterKitSuggestions"])) { self::$installerInfo["suggestedStarterKits"] = $extra["patternlab"]["starterKitSuggestions"]; } }
Get the suggested starter kits from the root package composer.json @param {Object} a script event object from composer
getSuggestedStarterKits
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public static function postInstallCmd(Event $event) { InstallerUtil::postInstallCmd(self::$installerInfo, $event); }
Run the centralized postInstallCmd @param {Object} a script event object from composer
postInstallCmd
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public static function postUpdateCmd(Event $event) { InstallerUtil::postUpdateCmd(self::$installerInfo, $event); }
Run the centralized postUpdateCmd @param {Object} a script event object from composer
postUpdateCmd
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public static function postPackageInstall(PackageEvent $event) { self::getPackageInfo("install", $event); }
Clean-up when a package is removed @param {Object} a script event object from composer
postPackageInstall
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public static function setPackagesRemove() { self::$installerInfo["packagesRemove"] = true; }
Set the packages remove boolean to true
setPackagesRemove
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public static function setProjectInstall(Event $event) { self::$installerInfo["projectInstall"] = true; }
Set the project install boolean to true @param {Object} a script event object from composer
setProjectInstall
php
pattern-lab/patternlab-php
core/src/PatternLab/Installer.php
https://github.com/pattern-lab/patternlab-php/blob/master/core/src/PatternLab/Installer.php
MIT
public function getLocalNameAttribute() { if ($this->locale == $this->defaultLocale) { return $this->name; } $localized = $this->getLocalized(); return !is_null($localized)? $localized->name: $this->name; }
Get localized name of instance @return string
getLocalNameAttribute
php
khsing/laravel-world
src/WorldTrait.php
https://github.com/khsing/laravel-world/blob/master/src/WorldTrait.php
MIT
public function getLocalFullNameAttribute() { if ($this->locale == $this->defaultLocale) { return $this->full_name; } $localized = $this->getLocalized(); return !is_null($localized)? $localized->full_name: $this->full_name; }
Get localized Full Name of instance @return string
getLocalFullNameAttribute
php
khsing/laravel-world
src/WorldTrait.php
https://github.com/khsing/laravel-world/blob/master/src/WorldTrait.php
MIT
public static function getByCode($code) { $code = strtolower($code); $col = \mb_strlen($code) == 3 ? 'code_alpha3' : 'code'; $world = self::where($col, $code)->first(); if (is_null($world)) { throw new InvalidCodeException("${code} does not exist"); } return $world; }
Get instance by code like country code etc. @param string $code @return instance
getByCode
php
khsing/laravel-world
src/WorldTrait.php
https://github.com/khsing/laravel-world/blob/master/src/WorldTrait.php
MIT
public function setStateful($newStateful) { $this->sessionHandler->setStateful($newStateful); }
Set the session as stateful (true) or stateless (false) @param bool $newStateful
setStateful
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function getConsumerId() { return $this->sessionHandler->getConsumerId(); }
Get TransactionFlowLink Consumer Id @return string|null
getConsumerId
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function setConsumerId($id) { $this->sessionHandler->setTransactionFlowLink(true); $this->sessionHandler->setConsumerId($id); }
Set TransactionFlowLink Consumer Id @throws UnsupportedOperationException when used on unsupported WSAP versions @param string $id @return void
setConsumerId
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function getLastRequest() { return $this->sessionHandler->getLastRequest($this->lastMessage); }
Get the last raw XML message that was sent out @return string|null
getLastRequest
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function getLastResponse() { return $this->sessionHandler->getLastResponse($this->lastMessage); }
Get the last raw XML message that was received @return string|null
getLastResponse
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function getLastRequestHeaders() { return $this->sessionHandler->getLastRequestHeaders($this->lastMessage); }
Get the request headers for the last SOAP message that was sent out @return string|null
getLastRequestHeaders
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function getLastResponseHeaders() { return $this->sessionHandler->getLastResponseHeaders($this->lastMessage); }
Get the response headers for the last SOAP message that was received @return string|null
getLastResponseHeaders
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function getSessionData() { return $this->sessionHandler->getSessionData(); }
Get session information for authenticated session - sessionId - sequenceNr - securityToken @return array|null
getSessionData
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function setSessionData(array $sessionData) { return $this->sessionHandler->setSessionData($sessionData); }
Restore a previously used session To be used when implementing your own session pooling system on legacy Soap Header 2 applications. @param array $sessionData @return bool
setSessionData
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function __construct(Params $params) { $this->loadClientParams( $params, self::RECEIVED_FROM_IDENTIFIER, self::VERSION ); }
Construct Amadeus Web Services client @param Params $params
__construct
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0
public function securityAuthenticate() { $msgName = 'Security_Authenticate'; return $this->callMessage( $msgName, new RequestOptions\SecurityAuthenticateOptions( $this->authParams ), [], false ); }
Authenticate. Authentication Parameters were provided at construction time (authParams) @return Result @throws Exception
securityAuthenticate
php
amabnl/amadeus-ws-client
src/Amadeus/Client.php
https://github.com/amabnl/amadeus-ws-client/blob/master/src/Amadeus/Client.php
Apache-2.0