Changeset 2407

Show
Ignore:
Timestamp:
03/25/08 21:26:28 (10 months ago)
Author:
david
Message:

fix [2342]

Location:
trunk/src/routing
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/routing/AgaviIRoutingSource.interface.php

    r2259 r2407  
    3131{ 
    3232  /** 
    33    * Retrieves the source for a given entry. 
     33   * Retrieves the value for a given entry from the source. 
    3434   * 
    35    * @param      array        An array with the parts of the entry. 
     35   * @param      array An array with the name parts for the entry. 
     36   *  
     37   * @return     mixed The value. 
    3638   * 
    3739   * @author     Dominik del Bondio <ddb@bitxtender.com> 
  • trunk/src/routing/AgaviRoutingArraySource.class.php

    r2342 r2407  
    4949 
    5050  /** 
    51    * Retrieves the source for a given entry. 
     51   * Retrieves the value for a given entry from the source. 
    5252   * 
    53    * @param      array        An array with the parts of the entry. 
     53   * @param      array An array with the name parts for the entry. 
    5454   *  
    55    * @return     mixed 
     55   * @return     mixed The value. 
    5656   * 
    5757   * @author     Dominik del Bondio <ddb@bitxtender.com> 
  • trunk/src/routing/AgaviRoutingUserSource.class.php

    r2259 r2407  
    4949 
    5050  /** 
    51    * Retrieves the source for a given entry. 
     51   * Retrieves the value for a given entry from the source. 
    5252   * 
    53    * @param      array        An array with the parts of the entry. 
     53   * @param      array An array with the name parts for the entry. 
     54   *  
     55   * @return     mixed The value. 
    5456   * 
    5557   * @author     Dominik del Bondio <ddb@bitxtender.com>