[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/admin/tool/installaddon/tests/fixtures/plugindir/foobar/ -> version.php (source)

   1  <?php
   2  
   3  $module->version = 10; // Ignored, this should use $plugin
   4  $plugin->version = 2013031900;
   5  $plugin->component = 'local_foobar';
   6  $plugin->requires = 2013031200;
   7  $module->release = 'We are not an activity module!';
   8  $plugin->maturity = MATURITY_ALPHA;
   9  //$plugin->release = 'And this is commented';


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1