Changeset 1628
- Timestamp:
- 06/17/08 16:02:27 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/peer/ldap/stubLDAPConnection.php
r1625 r1628 38 38 * decision provider for protocol choice (default is LDAPv3). 39 39 * 40 * @var bool40 * @var bool 41 41 */ 42 42 protected $usesProtocolVersionDefault; 43 43 /** 44 * ldap options 45 * Keys are used for equality check, the values are actually superfluous. 44 * ldap options (Keys are used for equality check, the values are actually superfluous). 46 45 * 47 46 * @var array(int, int) … … 77 76 * 78 77 * @param string $name 79 * @param string $value80 78 * @return bool 81 79 * @link http://de.php.net/manual/de/function.ldap-set-option.php … … 150 148 * LDAP_OPT_CLIENT_CONTROLS array 151 149 * 152 * @param string $name 153 * @return mixed $retValue 150 * @param string $name 151 * @throws stubConnectionException 152 * @throws stubIllegalArgumentException 153 * @return mixed $retValue 154 154 */ 155 155 public function getOption($name) trunk/src/main/php/net/stubbles/peer/ldap/stubLDAPURL.php
r1625 r1628 238 238 * Returns the LDAP url. 239 239 * 240 * @param boolean $ port optional true if port should be within returned url string240 * @param boolean $withPort optional true if port should be within returned url string 241 241 * @return string 242 242 */
