PageRenderTime 27ms CodeModel.GetById 21ms RepoModel.GetById 2ms app.codeStats 0ms

/packages/Comet/Comet/LoaderComet.class.php

https://bitbucket.org/alexamiryan/stingle
PHP | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 0494aa8fdb97121d2529084ec12f99b9 MD5 | raw file
  1. <?php
  2. class LoaderComet extends Loader{
  3. protected function includes(){
  4. stingleInclude ('Managers/Comet.class.php');
  5. stingleInclude ('Objects/CometChunk.class.php');
  6. }
  7. }