AdCustomizerFeedService::get PHP Method

get() public method

Returns a list of AdCustomizerFeeds that meet the selector criteria.
public get ( $selector ) : The
return The list of AdCustomizerFeeds.
        public function get($selector)
        {
            $args = new AdCustomizerFeedServiceGet($selector);
            $result = $this->__soapCall("get", array($args));
            return $result->rval;
        }
AdCustomizerFeedService