attributeHasValue('supportedExtension', $oids); } /** * Gets the vendorName. * * @return string|null */ public function getVendorName() { return $this->getAttribute('vendorName', 0); } /** * Gets the vendorVersion. * * @return string|null */ public function getVendorVersion() { return $this->getAttribute('vendorVersion', 0); } /** * Gets the dsaName. * * @return string|null */ public function getDsaName() { return $this->getAttribute('dsaName', 0); } /** * Gets the server statistics "errors". * * @return string|null */ public function getStatisticsErrors() { return $this->getAttribute('errors', 0); } /** * Gets the server statistics "securityErrors". * * @return string|null */ public function getStatisticsSecurityErrors() { return $this->getAttribute('securityErrors', 0); } /** * Gets the server statistics "chainings". * * @return string|null */ public function getStatisticsChainings() { return $this->getAttribute('chainings', 0); } /** * Gets the server statistics "referralsReturned". * * @return string|null */ public function getStatisticsReferralsReturned() { return $this->getAttribute('referralsReturned', 0); } /** * Gets the server statistics "extendedOps". * * @return string|null */ public function getStatisticsExtendedOps() { return $this->getAttribute('extendedOps', 0); } /** * Gets the server statistics "abandonOps". * * @return string|null */ public function getStatisticsAbandonOps() { return $this->getAttribute('abandonOps', 0); } /** * Gets the server statistics "wholeSubtreeSearchOps". * * @return string|null */ public function getStatisticsWholeSubtreeSearchOps() { return $this->getAttribute('wholeSubtreeSearchOps', 0); } /** * Gets the server type * * @return int */ public function getServerType() { return self::SERVER_TYPE_EDIRECTORY; } }