You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
263 B

<?php
namespace PHPEMS;
/*
* Created on 2011-12-19
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
class module
{
public $G;
private $cache = array();
public function __construct()