StoreSubscription.php 432 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. *
  4. * PHP Pro Bid $Id$ uT7+9MDkesDrcDyQbct3pVKRoqyt4XOF+2gtjSnILCw=
  5. *
  6. * @link http://www.phpprobid.com
  7. * @copyright Copyright (c) 2014 Online Ventures Software LTD & CodeCube SRL
  8. * @license http://www.phpprobid.com/license Commercial License
  9. *
  10. * @version 7.0
  11. */
  12. /**
  13. * stores subscriptions table row object model
  14. */
  15. namespace Ppb\Db\Table\Row;
  16. class StoreSubscription extends AbstractRow
  17. {
  18. }