Example #1
0
File: Node.php Project: narixx/zf2
 /**
  * Remove given values from a LDAP attribute
  *
  * @param  string      $attribName
  * @param  mixed|array $value
  * @return void
  */
 public function removeFromAttribute($attribName, $value)
 {
     Attribute::removeFromAttribute($this->_currentData, $attribName, $value);
 }