AdGroupExtensionSettingService::get PHP 메소드

get() 공개 메소드

Returns a list of AdGroupExtensionSettings that meet the selector criteria.
public get ( $selector ) : The
리턴 The list of AdGroupExtensionSettings specified by the selector.
        public function get($selector)
        {
            $args = new AdGroupExtensionSettingServiceGet($selector);
            $result = $this->__soapCall("get", array($args));
            return $result->rval;
        }
AdGroupExtensionSettingService