Example #1
0
File: Node.php Project: narixx/zf2
 /**
  * Removes duplicate values from a LDAP attribute
  *
  * @param  string $attribName
  * @return void
  */
 public function removeDuplicatesFromAttribute($attribName)
 {
     Attribute::removeDuplicatesFromAttribute($this->_currentData, $attribName);
 }