The class ODD has been deprecated with message: 1.9
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.
Loading history...
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 = "") {
The doc-type 'entity' could not be parsed: Unknown type name "'entity'" at position 0. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
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.