You are here

function ldap_views_handler_filter_attribute::op_less_eq in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_views/handlers/ldap_views_handler_filter_attribute.inc \ldap_views_handler_filter_attribute::op_less_eq()
  2. 7.2 ldap_views/handlers/ldap_views_handler_filter_attribute.inc \ldap_views_handler_filter_attribute::op_less_eq()

Overrides ldap_views_handler_filter::op_less_eq

File

ldap_views/handlers/ldap_views_handler_filter_attribute.inc, line 114
Basic textfield filter to handle string filtering commands for a generic ldap attribute Includes new criterias

Class

ldap_views_handler_filter_attribute
@file Basic textfield filter to handle string filtering commands for a generic ldap attribute Includes new criterias

Code

function op_less_eq($field) {
  parent::op_less_eq($this->options['attribute_name']);
}