/framework/experimental/pherver/PherverModule.php

http://zoop.googlecode.com/ · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 24a1c7557df4b8b0fedf4b116ce20642 MD5 · raw file

  1. <?php
  2. class PherverModule extends ZoopModule
  3. {
  4. function getClasses()
  5. {
  6. return array('Pherver', 'ChatServer', 'HttpServer');
  7. }
  8. }