PageRenderTime 28ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/php/component/viewer.class.php

https://bitbucket.org/chamilo/chamilo-ext-repo-photobucket-dev/
PHP | 14 lines | 11 code | 3 blank | 0 comment | 0 complexity | f23c999ab222d09c861e7240e73d7963 MD5 | raw file
  1. <?php
  2. namespace common\extensions\external_repository_manager\implementation\photobucket;
  3. use common\extensions\external_repository_manager\ExternalRepositoryComponent;
  4. class PhotobucketExternalRepositoryManagerViewerComponent extends PhotobucketExternalRepositoryManager
  5. {
  6. function run()
  7. {
  8. ExternalRepositoryComponent :: launch($this);
  9. }
  10. }
  11. ?>