Newer
Older
ubFramework / Portal / docroot / include / Sphere / ModuleBasic.php
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 122 bytes Cleaning Up Making It A Sub Module
<?php
require_once 'include/runtime/Cache.php';

class Sphere_ModuleBasic {

  var $name;

  var $label;

}

?>