AdExclusionRuleService::getAdExclusionRulesByStatement PHP Метод

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

PQL Property Object Property
{@code id} {@link AdExclusionRule#id}
{@code name} {@link AdExclusionRule#name}
{@code status} {@link AdExclusionRule#status}
public getAdExclusionRulesByStatement ( $filterStatement ) : the
Результат the rules that match the given filter
        public function getAdExclusionRulesByStatement($filterStatement)
        {
            $args = new GetAdExclusionRulesByStatement($filterStatement);
            $result = $this->__soapCall("getAdExclusionRulesByStatement", array($args));
            return $result->rval;
        }