Changeset 1628

Show
Ignore:
Timestamp:
06/17/08 16:02:27 (4 months ago)
Author:
richi
Message:

peer/ldap: fixed coding style issues

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/peer/ldap/stubLDAPConnection.php

    r1625 r1628  
    3838     * decision provider for protocol choice (default is LDAPv3). 
    3939     * 
    40      * @var bool 
     40     * @var bool 
    4141     */ 
    4242    protected $usesProtocolVersionDefault; 
    4343    /** 
    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). 
    4645     * 
    4746     * @var  array(int, int) 
     
    7776     * 
    7877     * @param   string  $name 
    79      * @param   string  $value 
    8078     * @return  bool 
    8179     * @link    http://de.php.net/manual/de/function.ldap-set-option.php 
     
    150148     * LDAP_OPT_CLIENT_CONTROLS     array 
    151149     * 
    152      * @param   string  $name 
    153      * @return  mixed   $retValue 
     150     * @param   string                        $name 
     151     * @throws  stubConnectionException 
     152     * @throws  stubIllegalArgumentException 
     153     * @return  mixed                         $retValue 
    154154     */ 
    155155    public function getOption($name) 
  • trunk/src/main/php/net/stubbles/peer/ldap/stubLDAPURL.php

    r1625 r1628  
    238238     * Returns the LDAP url. 
    239239     * 
    240      * @param   boolean  $port  optional  true if port should be within returned url string 
     240     * @param   boolean  $withPort  optional  true if port should be within returned url string 
    241241     * @return  string 
    242242     */