Changeset 1237 for trunk/src/core/AgaviContext.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/core/AgaviContext.class.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/AgaviContext.class.php
r1063 r1237 123 123 protected function __construct() 124 124 { 125 // Singleton, use Context::getInstance($controller) to get the instance125 // Singleton, setting up the class happens in initialize() 126 126 } 127 127 … … 164 164 * @param name A database name. 165 165 * 166 * @return mixed A n AgaviDatabase instance.167 * 168 * @throws <b>AgaviDatabaseException</b> If the requested database name does169 * not exist.166 * @return mixed A database connection. 167 * 168 * @throws <b>AgaviDatabaseException</b> If the requested database name 169 * does not exist. 170 170 * 171 171 * @author Sean Kerr <skerr@mojavi.org> … … 195 195 * Retrieve the AgaviContext instance. 196 196 * 197 * @param string name corresponding to a section of the config 198 * 199 * @return AgaviContext instance of the requested name 197 * If you don't supply a profile name this will try to return the context 198 * specified in the <kbd>core.default_context</kbd> setting. 199 * 200 * @param string A name corresponding to a section of the config 201 * 202 * @return AgaviContext An context instance initialized with the 203 * settings of the requested context name 200 204 * 201 205 * @author Dominik del Bondio <ddb@bitxtender.com> … … 228 232 * Retrieve the LoggerManager 229 233 * 230 * @return AgaviLoggerManager The current LoggerManager implementation instance 234 * @return AgaviLoggerManager The current LoggerManager implementation 235 * instance. 231 236 * 232 237 * @author David Zuelke <dz@bitxtender.com> … … 241 246 * (re)Initialize the AgaviContext instance. 242 247 * 243 * @param string name corresponding to a section of the config248 * @param string A name corresponding to a section of the config 244 249 * 245 250 * @author Dominik del Bondio <ddb@bitxtender.com> … … 492 497 * Retrieve the ValidatorManager 493 498 * 494 * @return AgaviValidatorManager The current ValidatorManager implementation495 * i nstance.499 * @return AgaviValidatorManager The current ValidatorManager 500 * implementation instance. 496 501 * 497 502 * @author David Zuelke <dz@bitxtender.com>

