CampaignService::get PHP Method

get() public method

Returns the list of campaigns that meet the selector criteria.
public get ( $serviceSelector ) : A
return A list of campaigns.
        public function get($serviceSelector)
        {
            $args = new CampaignServiceGet($serviceSelector);
            $result = $this->__soapCall("get", array($args));
            return $result->rval;
        }