/framework/experimental/migration/MigrationModule.php

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

  1. <?php
  2. class MigrationModule extends ZoopModule
  3. {
  4. protected function init()
  5. {
  6. $this->addClass('Migration');
  7. }
  8. }