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