2013-12-25 16:34:42 -05:00

9 lines
50 B
PHP
Executable File

<?
class Entity
{
public $id;
public $type;
}