Show
Ignore:
Timestamp:
11/04/06 23:29:49 (2 years ago)
Author:
dominik
Message:

phpdoc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/database/AgaviDatabase.class.php

    r1171 r1237  
    3636   
    3737  /** 
    38    * @var        mixed A database connection 
     38   * @var        mixed A database connection. 
    3939   */ 
    4040  protected $connection = null; 
     
    7878   * @return     mixed A database connection. 
    7979   * 
    80    * @throws     <b>AgaviDatabaseException</b> If a connection could not be retrieved. 
     80   * @throws     <b>AgaviDatabaseException</b> If a connection could not be  
     81   *                                           retrieved. 
    8182   * 
    8283   * @author     Sean Kerr <skerr@mojavi.org> 
     
    115116   * Initialize this Database. 
    116117   * 
     118   * @param      AgaviDatabaseManager The database manager of this instance. 
    117119   * @param      array An associative array of initialization parameters. 
    118120   * 
     
    133135   * Execute the shutdown procedure. 
    134136   * 
    135    * @throws     <b>AgaviDatabaseException</b> If an error occurs while shutting  
     137   * @throws     <b>AgaviDatabaseException</b> If an error occurs while shutting 
    136138   *                                           down this database. 
    137139   *