PHP Class ServiceType\Get

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Show file Open project: wsdltophp/packagegenerator

Public Methods

Method Description
GetAvailableVersions ( ) : StructType\VersionDesc[] | boolean Method to call the operation originally named GetAvailableVersions
GetBalance ( string $params ) : StructType\CampaignBalanceInfo[] | boolean Method to call the operation originally named GetBalance
GetBannerPhrases ( string $params ) : StructType\BannerPhraseInfo[] | boolean Method to call the operation originally named GetBannerPhrases
GetBannerPhrasesFilter ( StructType\BannerPhrasesFilterRequestInfo $params ) : StructType\BannerPhraseInfo[] | boolean Method to call the operation originally named GetBannerPhrasesFilter
GetBanners ( StructType\GetBannersInfo $params ) : StructType\BannerInfo[] | boolean Method to call the operation originally named GetBanners
GetBannersStat ( StructType\NewReportInfo $params ) : StructType\GetBannersStatResponse | boolean Method to call the operation originally named GetBannersStat
GetBannersTags ( StructType\BannersRequestInfo $params ) : StructType\BannerTagsInfo[] | boolean Method to call the operation originally named GetBannersTags
GetCampaignParams ( StructType\CampaignIDInfo $params ) : StructType\CampaignInfo | boolean Method to call the operation originally named GetCampaignParams
GetCampaignsList ( string $params ) : StructType\ShortCampaignInfo[] | boolean Method to call the operation originally named GetCampaignsList
GetCampaignsListFilter ( StructType\GetCampaignsInfo $params ) : StructType\ShortCampaignInfo[] | boolean Method to call the operation originally named GetCampaignsListFilter
GetCampaignsParams ( StructType\CampaignIDSInfo $params ) : StructType\CampaignInfo[] | boolean Method to call the operation originally named GetCampaignsParams
GetCampaignsTags ( StructType\CampaignIDSInfo $params ) : StructType\CampaignTagsInfo[] | boolean Method to call the operation originally named GetCampaignsTags
GetChanges ( StructType\GetChangesRequest $params ) : StructType\GetChangesResponse | boolean Method to call the operation originally named GetChanges
GetClientInfo ( string $params ) : StructType\ClientInfo[] | boolean Method to call the operation originally named GetClientInfo
GetClientsList ( StructType\ClientInfoRequest $params ) : StructType\ClientInfo[] | boolean Method to call the operation originally named GetClientsList
GetClientsUnits ( string $params ) : StructType\ClientsUnitInfo[] | boolean Method to call the operation originally named GetClientsUnits
GetCreditLimits ( ) : StructType\CreditLimitsInfo | boolean Method to call the operation originally named GetCreditLimits
GetEventsLog ( StructType\GetEventsLogRequest $params ) : StructType\EventsLogItem[] | boolean Method to call the operation originally named GetEventsLog
GetForecast ( string $params ) : StructType\GetForecastInfo | boolean Method to call the operation originally named GetForecast
GetForecastList ( ) : StructType\ForecastStatusInfo[] | boolean Method to call the operation originally named GetForecastList
GetKeywordsSuggestion ( StructType\KeywordsSuggestionInfo $params ) : string[] | boolean Method to call the operation originally named GetKeywordsSuggestion
GetOfflineReportList ( ) : StructType\OfflineReportInfo[] | boolean Method to call the operation originally named GetOfflineReportList
GetRegions ( ) : StructType\RegionInfo[] | boolean Method to call the operation originally named GetRegions
GetReportList ( ) : StructType\ReportInfo[] | boolean Method to call the operation originally named GetReportList
GetRetargetingGoals ( StructType\GetRetargetingGoalsRequest $params ) : StructType\RetargetingGoal[] | boolean Method to call the operation originally named GetRetargetingGoals
GetRubrics ( ) : StructType\RubricInfo[] | boolean Method to call the operation originally named GetRubrics
GetStatGoals ( StructType\StatGoalsCampaignIDInfo $params ) : StructType\StatGoalInfo[] | boolean Method to call the operation originally named GetStatGoals
GetSubClients ( StructType\GetSubClientsRequest $params ) : StructType\ShortClientInfo[] | boolean Method to call the operation originally named GetSubClients
GetSummaryStat ( StructType\GetSummaryStatRequest $params ) : StructType\StatItem[] | boolean Method to call the operation originally named GetSummaryStat
GetTimeZones ( ) : StructType\TimeZoneInfo[] | boolean Method to call the operation originally named GetTimeZones
GetVersion ( ) : integer | boolean Method to call the operation originally named GetVersion
GetWordstatReport ( string $params ) : StructType\WordstatReportInfo[] | boolean Method to call the operation originally named GetWordstatReport
GetWordstatReportList ( ) : StructType\WordstatReportStatusInfo[] | boolean Method to call the operation originally named GetWordstatReportList
__toString ( ) : string Method returning the class name
getResult ( ) : integer | string[] | StructType\BannerInfo[] | StructType\BannerPhraseInfo[] | StructType\BannerTagsInfo[] | StructType\CampaignBalanceInfo[] | StructType\CampaignInfo | StructType\CampaignInfo[] | StructType\CampaignTagsInfo[] | StructType\ClientInfo[] | StructType\ClientsUnitInfo[] | StructType\CreditLimitsInfo | StructType\EventsLogItem[] | StructType\ForecastStatusInfo[] | StructType\GetBannersStatResponse | StructType\GetChangesResponse | StructType\GetForecastInfo | StructType\OfflineReportInfo[] | StructType\RegionInfo[] | StructType\ReportInfo[] | StructType\RetargetingGoal[] | StructType\RubricInfo[] | StructType\ShortCampaignInfo[] | StructType\ShortClientInfo[] | StructType\StatGoalInfo[] | StructType\StatItem[] | StructType\TimeZoneInfo[] | StructType\VersionDesc[] | StructType\WordstatReportInfo[] | StructType\WordstatReportStatusInfo[] Returns the result

Method Details

GetAvailableVersions() public method

Method to call the operation originally named GetAvailableVersions
public GetAvailableVersions ( ) : StructType\VersionDesc[] | boolean
return StructType\VersionDesc[] | boolean

GetBalance() public method

Method to call the operation originally named GetBalance
public GetBalance ( string $params ) : StructType\CampaignBalanceInfo[] | boolean
$params string
return StructType\CampaignBalanceInfo[] | boolean

GetBannerPhrases() public method

Method to call the operation originally named GetBannerPhrases
public GetBannerPhrases ( string $params ) : StructType\BannerPhraseInfo[] | boolean
$params string
return StructType\BannerPhraseInfo[] | boolean

GetBannerPhrasesFilter() public method

Method to call the operation originally named GetBannerPhrasesFilter
public GetBannerPhrasesFilter ( StructType\BannerPhrasesFilterRequestInfo $params ) : StructType\BannerPhraseInfo[] | boolean
$params StructType\BannerPhrasesFilterRequestInfo
return StructType\BannerPhraseInfo[] | boolean

GetBanners() public method

Method to call the operation originally named GetBanners
public GetBanners ( StructType\GetBannersInfo $params ) : StructType\BannerInfo[] | boolean
$params StructType\GetBannersInfo
return StructType\BannerInfo[] | boolean

GetBannersStat() public method

Method to call the operation originally named GetBannersStat
public GetBannersStat ( StructType\NewReportInfo $params ) : StructType\GetBannersStatResponse | boolean
$params StructType\NewReportInfo
return StructType\GetBannersStatResponse | boolean

GetBannersTags() public method

Method to call the operation originally named GetBannersTags
public GetBannersTags ( StructType\BannersRequestInfo $params ) : StructType\BannerTagsInfo[] | boolean
$params StructType\BannersRequestInfo
return StructType\BannerTagsInfo[] | boolean

GetCampaignParams() public method

Method to call the operation originally named GetCampaignParams
public GetCampaignParams ( StructType\CampaignIDInfo $params ) : StructType\CampaignInfo | boolean
$params StructType\CampaignIDInfo
return StructType\CampaignInfo | boolean

GetCampaignsList() public method

Method to call the operation originally named GetCampaignsList
public GetCampaignsList ( string $params ) : StructType\ShortCampaignInfo[] | boolean
$params string
return StructType\ShortCampaignInfo[] | boolean

GetCampaignsListFilter() public method

Method to call the operation originally named GetCampaignsListFilter
public GetCampaignsListFilter ( StructType\GetCampaignsInfo $params ) : StructType\ShortCampaignInfo[] | boolean
$params StructType\GetCampaignsInfo
return StructType\ShortCampaignInfo[] | boolean

GetCampaignsParams() public method

Method to call the operation originally named GetCampaignsParams
public GetCampaignsParams ( StructType\CampaignIDSInfo $params ) : StructType\CampaignInfo[] | boolean
$params StructType\CampaignIDSInfo
return StructType\CampaignInfo[] | boolean

GetCampaignsTags() public method

Method to call the operation originally named GetCampaignsTags
public GetCampaignsTags ( StructType\CampaignIDSInfo $params ) : StructType\CampaignTagsInfo[] | boolean
$params StructType\CampaignIDSInfo
return StructType\CampaignTagsInfo[] | boolean

GetChanges() public method

Method to call the operation originally named GetChanges
public GetChanges ( StructType\GetChangesRequest $params ) : StructType\GetChangesResponse | boolean
$params StructType\GetChangesRequest
return StructType\GetChangesResponse | boolean

GetClientInfo() public method

Method to call the operation originally named GetClientInfo
public GetClientInfo ( string $params ) : StructType\ClientInfo[] | boolean
$params string
return StructType\ClientInfo[] | boolean

GetClientsList() public method

Method to call the operation originally named GetClientsList
public GetClientsList ( StructType\ClientInfoRequest $params ) : StructType\ClientInfo[] | boolean
$params StructType\ClientInfoRequest
return StructType\ClientInfo[] | boolean

GetClientsUnits() public method

Method to call the operation originally named GetClientsUnits
public GetClientsUnits ( string $params ) : StructType\ClientsUnitInfo[] | boolean
$params string
return StructType\ClientsUnitInfo[] | boolean

GetCreditLimits() public method

Method to call the operation originally named GetCreditLimits
public GetCreditLimits ( ) : StructType\CreditLimitsInfo | boolean
return StructType\CreditLimitsInfo | boolean

GetEventsLog() public method

Method to call the operation originally named GetEventsLog
public GetEventsLog ( StructType\GetEventsLogRequest $params ) : StructType\EventsLogItem[] | boolean
$params StructType\GetEventsLogRequest
return StructType\EventsLogItem[] | boolean

GetForecast() public method

Method to call the operation originally named GetForecast
public GetForecast ( string $params ) : StructType\GetForecastInfo | boolean
$params string
return StructType\GetForecastInfo | boolean

GetForecastList() public method

Method to call the operation originally named GetForecastList
public GetForecastList ( ) : StructType\ForecastStatusInfo[] | boolean
return StructType\ForecastStatusInfo[] | boolean

GetKeywordsSuggestion() public method

Method to call the operation originally named GetKeywordsSuggestion
public GetKeywordsSuggestion ( StructType\KeywordsSuggestionInfo $params ) : string[] | boolean
$params StructType\KeywordsSuggestionInfo
return string[] | boolean

GetOfflineReportList() public method

Method to call the operation originally named GetOfflineReportList
public GetOfflineReportList ( ) : StructType\OfflineReportInfo[] | boolean
return StructType\OfflineReportInfo[] | boolean

GetRegions() public method

Method to call the operation originally named GetRegions
public GetRegions ( ) : StructType\RegionInfo[] | boolean
return StructType\RegionInfo[] | boolean

GetReportList() public method

Method to call the operation originally named GetReportList
public GetReportList ( ) : StructType\ReportInfo[] | boolean
return StructType\ReportInfo[] | boolean

GetRetargetingGoals() public method

Method to call the operation originally named GetRetargetingGoals
public GetRetargetingGoals ( StructType\GetRetargetingGoalsRequest $params ) : StructType\RetargetingGoal[] | boolean
$params StructType\GetRetargetingGoalsRequest
return StructType\RetargetingGoal[] | boolean

GetRubrics() public method

Method to call the operation originally named GetRubrics
public GetRubrics ( ) : StructType\RubricInfo[] | boolean
return StructType\RubricInfo[] | boolean

GetStatGoals() public method

Method to call the operation originally named GetStatGoals
public GetStatGoals ( StructType\StatGoalsCampaignIDInfo $params ) : StructType\StatGoalInfo[] | boolean
$params StructType\StatGoalsCampaignIDInfo
return StructType\StatGoalInfo[] | boolean

GetSubClients() public method

Method to call the operation originally named GetSubClients
public GetSubClients ( StructType\GetSubClientsRequest $params ) : StructType\ShortClientInfo[] | boolean
$params StructType\GetSubClientsRequest
return StructType\ShortClientInfo[] | boolean

GetSummaryStat() public method

Method to call the operation originally named GetSummaryStat
public GetSummaryStat ( StructType\GetSummaryStatRequest $params ) : StructType\StatItem[] | boolean
$params StructType\GetSummaryStatRequest
return StructType\StatItem[] | boolean

GetTimeZones() public method

Method to call the operation originally named GetTimeZones
public GetTimeZones ( ) : StructType\TimeZoneInfo[] | boolean
return StructType\TimeZoneInfo[] | boolean

GetVersion() public method

Method to call the operation originally named GetVersion
public GetVersion ( ) : integer | boolean
return integer | boolean

GetWordstatReport() public method

Method to call the operation originally named GetWordstatReport
public GetWordstatReport ( string $params ) : StructType\WordstatReportInfo[] | boolean
$params string
return StructType\WordstatReportInfo[] | boolean

GetWordstatReportList() public method

Method to call the operation originally named GetWordstatReportList
public GetWordstatReportList ( ) : StructType\WordstatReportStatusInfo[] | boolean
return StructType\WordstatReportStatusInfo[] | boolean

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getResult() public method

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : integer | string[] | StructType\BannerInfo[] | StructType\BannerPhraseInfo[] | StructType\BannerTagsInfo[] | StructType\CampaignBalanceInfo[] | StructType\CampaignInfo | StructType\CampaignInfo[] | StructType\CampaignTagsInfo[] | StructType\ClientInfo[] | StructType\ClientsUnitInfo[] | StructType\CreditLimitsInfo | StructType\EventsLogItem[] | StructType\ForecastStatusInfo[] | StructType\GetBannersStatResponse | StructType\GetChangesResponse | StructType\GetForecastInfo | StructType\OfflineReportInfo[] | StructType\RegionInfo[] | StructType\ReportInfo[] | StructType\RetargetingGoal[] | StructType\RubricInfo[] | StructType\ShortCampaignInfo[] | StructType\ShortClientInfo[] | StructType\StatGoalInfo[] | StructType\StatItem[] | StructType\TimeZoneInfo[] | StructType\VersionDesc[] | StructType\WordstatReportInfo[] | StructType\WordstatReportStatusInfo[]
return integer | string[] | StructType\BannerInfo[] | StructType\BannerPhraseInfo[] | StructType\BannerTagsInfo[] | StructType\CampaignBalanceInfo[] | StructType\CampaignInfo | StructType\CampaignInfo[] | StructType\CampaignTagsInfo[] | StructType\ClientInfo[] | StructType\ClientsUnitInfo[] | StructType\CreditLimitsInfo | StructType\EventsLogItem[] | StructType\ForecastStatusInfo[] | StructType\GetBannersStatResponse | StructType\GetChangesResponse | StructType\GetForecastInfo | StructType\OfflineReportInfo[] | StructType\RegionInfo[] | StructType\ReportInfo[] | StructType\RetargetingGoal[] | StructType\RubricInfo[] | StructType\ShortCampaignInfo[] | StructType\ShortClientInfo[] | StructType\StatGoalInfo[] | StructType\StatItem[] | StructType\TimeZoneInfo[] | StructType\VersionDesc[] | StructType\WordstatReportInfo[] | StructType\WordstatReportStatusInfo[]