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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user