PageRenderTime 36ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/framework/vendor/swift/SwiftModule.php

http://zoop.googlecode.com/
PHP | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 1ec1c09b4f345270e6eaa7d2c974347e MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. <?php
  2. class SwiftModule extends ZoopModule
  3. {
  4. protected function init()
  5. {
  6. $this->addInclude('lib/swift_required.php');
  7. }
  8. }