예제 #1
0
파일: Node.php 프로젝트: narixx/zf2
 /**
  * Removes duplicate values from a LDAP attribute
  *
  * @param  string $attribName
  * @return void
  */
 public function removeDuplicatesFromAttribute($attribName)
 {
     Attribute::removeDuplicatesFromAttribute($this->_currentData, $attribName);
 }