You are here

public function ldap_views_handler_filter_attribute::op_not_ends in Lightweight Directory Access Protocol (LDAP) 7.2

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_not_ends()
  2. 7 ldap_views/handlers/ldap_views_handler_filter_attribute.inc \ldap_views_handler_filter_attribute::op_not_ends()

Overrides ldap_views_handler_filter::op_not_ends

File

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

Class

ldap_views_handler_filter_attribute

Code

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