1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 00:54:11 +02:00

added @property phpDoc

This commit is contained in:
David Grudl
2010-04-22 12:12:11 +02:00
parent ea5e1f052f
commit 90d61002fb
6 changed files with 60 additions and 2 deletions

View File

@@ -17,6 +17,14 @@
*
* @copyright Copyright (c) 2005, 2010 David Grudl
* @package dibi
*
* @property-read bool $connected
* @property-read mixed $config
* @property-read IDibiDriver $driver
* @property-read int $affectedRows
* @property-read int $insertId
* @property IDibiProfiler $profiler
* @property-read DibiDatabaseInfo $databaseInfo
*/
class DibiConnection extends DibiObject
{