AdExclusionRuleService::performAdExclusionRuleAction PHP Метод

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

Performs action on {@link AdExclusionRule} objects that satisfy the given {@link Statement#query}.
public performAdExclusionRuleAction ( $adExclusionRuleAction, $filterStatement ) : the
Результат the result of the action performed
        public function performAdExclusionRuleAction($adExclusionRuleAction, $filterStatement)
        {
            $args = new PerformAdExclusionRuleAction($adExclusionRuleAction, $filterStatement);
            $result = $this->__soapCall("performAdExclusionRuleAction", array($args));
            return $result->rval;
        }