RegistrationRequestsTable.php 645 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Skeleton subclass for representing a row from the 'registrationRequests' table.
  4. *
  5. *
  6. *
  7. * This class was autogenerated by Propel 1.3.0-dev on:
  8. *
  9. * Sat Sep 26 07:07:41 2009
  10. *
  11. * You should add additional methods to this class to meet the
  12. * application requirements. This class will only be generated as
  13. * long as it does not already exist in the output directory.
  14. *
  15. * @package lib.model
  16. */
  17. class RegistrationRequestsTable extends BaseRegistrationRequestsTable
  18. {
  19. public function __construct($name='', $dataLocation='')
  20. {
  21. parent::__construct();
  22. $this->setName($name);
  23. $this->setDataLocation($dataLocation);
  24. }
  25. }