1 | <?php |
||
9 | class ODDMetaData extends ODD { |
||
|
|||
10 | |||
11 | /** |
||
12 | * New ODD metadata |
||
13 | * |
||
14 | * @param string $uuid Unique ID |
||
15 | * @param string $entity_uuid Another unique ID |
||
16 | * @param string $name Name |
||
17 | * @param string $value Value |
||
18 | * @param string $type Type |
||
19 | * @param string $owner_uuid Owner ID |
||
20 | */ |
||
21 | function __construct($uuid, $entity_uuid, $name, $value, $type = "", $owner_uuid = "") { |
||
31 | |||
32 | /** |
||
33 | * Returns 'metadata' |
||
34 | * |
||
35 | * @return string 'metadata' |
||
36 | */ |
||
37 | protected function getTagName() { |
||
40 | } |
||
41 |
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.