1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 09:04:24 +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

@@ -30,6 +30,13 @@
*
* @copyright Copyright (c) 2005, 2010 David Grudl
* @package dibi
*
* @property-read mixed $resource
* @property-read IDibiDriver $driver
* @property-read int $rowCount
* @property-read DibiResultIterator $iterator
* @property string $rowClass
* @property-read DibiResultInfo $info
*/
class DibiResult extends DibiObject implements IDataSource
{