1 | <?php |
||
10 | class ODDEntity extends ODD { |
||
|
|||
11 | |||
12 | /** |
||
13 | * New ODD Entity |
||
14 | * |
||
15 | * @param string $uuid A universally unique ID |
||
16 | * @param string $class Class |
||
17 | * @param string $subclass Subclass |
||
18 | */ |
||
19 | function __construct($uuid, $class, $subclass = "") { |
||
26 | |||
27 | /** |
||
28 | * Returns entity. |
||
29 | * |
||
30 | * @return 'entity' |
||
31 | */ |
||
32 | protected function getTagName() { |
||
35 | } |
||
36 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.