8 lines
50 B
PHP
Executable file
8 lines
50 B
PHP
Executable file
<?
|
|
|
|
class Entity
|
|
{
|
|
public $id;
|
|
public $type;
|
|
}
|
|
|