7 lines
58 B
PHP
7 lines
58 B
PHP
<?php
|
|
|
|
class Entity
|
|
{
|
|
public $id;
|
|
public $type;
|
|
}
|