1234567891011121314151617181920212223 |
- <?php
- /**
- *
- * PHP Pro Bid $Id$ uT7+9MDkesDrcDyQbct3pVKRoqyt4XOF+2gtjSnILCw=
- *
- * @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
- */
- /**
- * stores subscriptions table row object model
- */
- namespace Ppb\Db\Table\Row;
- class StoreSubscription extends AbstractRow
- {
- }
|