Module.php #1

  • //
  • guest/
  • thomas_gray/
  • jambox/
  • main/
  • swarm/
  • tests/
  • phpunit/
  • ModuleTest/
  • assets/
  • module/
  • Bar/
  • Module.php
  • View
  • Commits
  • Open Download .zip Download (320 B)
<?php
/**
 * Empty testing module.
 *
 * @copyright   2012 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */

namespace Bar;

class Module
{
    public function getConfig()
    {
        return array();
    }
}
# Change User Description Committed
#1 18730 Liz Lam clean up code and move things around