Changeset 2407
- Timestamp:
- 03/25/08 21:26:28 (10 months ago)
- Location:
- trunk/src/routing
- Files:
-
- 3 modified
-
AgaviIRoutingSource.interface.php (modified) (1 diff)
-
AgaviRoutingArraySource.class.php (modified) (1 diff)
-
AgaviRoutingUserSource.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/routing/AgaviIRoutingSource.interface.php
r2259 r2407 31 31 { 32 32 /** 33 * Retrieves the source for a given entry.33 * Retrieves the value for a given entry from the source. 34 34 * 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. 36 38 * 37 39 * @author Dominik del Bondio <ddb@bitxtender.com> -
trunk/src/routing/AgaviRoutingArraySource.class.php
r2342 r2407 49 49 50 50 /** 51 * Retrieves the source for a given entry.51 * Retrieves the value for a given entry from the source. 52 52 * 53 * @param array An array with the parts ofthe entry.53 * @param array An array with the name parts for the entry. 54 54 * 55 * @return mixed 55 * @return mixed The value. 56 56 * 57 57 * @author Dominik del Bondio <ddb@bitxtender.com> -
trunk/src/routing/AgaviRoutingUserSource.class.php
r2259 r2407 49 49 50 50 /** 51 * Retrieves the source for a given entry.51 * Retrieves the value for a given entry from the source. 52 52 * 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. 54 56 * 55 57 * @author Dominik del Bondio <ddb@bitxtender.com>

