<?php /** * * PHP Pro Bid $Id$ /hUzA/d/lsDObXj/yDUpPZrTott3xGoV8tph/Uvm1Wo= * * @link http://www.phpprobid.com * @copyright Copyright (c) 2014 Online Ventures Software LTD & CodeCube SRL * @license http://www.phpprobid.com/license Commercial License * * @version 7.0 */ /** * bids table rowset class */ namespace Ppb\Db\Table\Rowset; class Reputation extends AbstractRowset { /** * * row object class * * @var string */ protected $_rowClass = '\Ppb\Db\Table\Row\Reputation'; }