@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | public function __isset($propName) |
33 | 33 | { |
34 | - return isset($this->block->{$propName}); |
|
34 | + return isset($this->block->{$propName}); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | public function getHash() |
@@ -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 | $data = $this->server->read($dn, false, true); |
@@ -88,7 +91,7 @@ discard block |
||
88 | 91 | * |
89 | 92 | * @param string $fieldName The name of the field to retrieve |
90 | 93 | * |
91 | - * @return mixed string the value of the field |
|
94 | + * @return string string the value of the field |
|
92 | 95 | */ |
93 | 96 | protected function getFieldSingleValue($fieldName) |
94 | 97 | { |