1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

removed rarely used @property

This commit is contained in:
David Grudl
2015-10-06 11:46:58 +02:00
parent ce459f440a
commit d7885921e6
4 changed files with 0 additions and 17 deletions

View File

@@ -12,12 +12,8 @@
* @author 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-read DibiDatabaseInfo $databaseInfo
*/
class DibiConnection extends DibiObject
{