ProfileSessionSaver.inc 179 B

1234567891011121314
  1. <?php
  2. class ProfileSessionSaver implements IBusinessLogic
  3. {
  4. public static function getInstance()
  5. {
  6. return new ProfileSessionSaver();
  7. }
  8. public function process()
  9. {
  10. }
  11. }