@@ -22,6 +22,9 @@ discard block |
||
| 22 | 22 | $this->ldapObj = $this->initializeFromArray($data); |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | + /** |
|
| 26 | + * @param string $dn |
|
| 27 | + */ |
|
| 25 | 28 | private function initializeFromDN($dn) |
| 26 | 29 | { |
| 27 | 30 | $filter = new \Data\Filter("dn eq $dn"); |
@@ -93,7 +96,7 @@ discard block |
||
| 93 | 96 | * |
| 94 | 97 | * @param string $fieldName The name of the field to retrieve |
| 95 | 98 | * |
| 96 | - * @return mixed string the value of the field |
|
| 99 | + * @return string string the value of the field |
|
| 97 | 100 | */ |
| 98 | 101 | protected function getFieldSingleValue($fieldName) |
| 99 | 102 | { |