AdGroupFeedService::get PHP Метод

get() публичный Метод

Returns a list of AdGroupFeeds that meet the selector criteria.
public get ( $selector ) : The
Результат The list of AdgroupFeeds.
        public function get($selector)
        {
            $args = new AdGroupFeedServiceGet($selector);
            $result = $this->__soapCall("get", array($args));
            return $result->rval;
        }