CampaignService::get PHP 메소드

get() 공개 메소드

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