1 | <?php |
||
9 | class ODDRelationship extends ODD { |
||
|
|||
10 | |||
11 | /** |
||
12 | * New ODD Relationship |
||
13 | * |
||
14 | * @param string $uuid1 First UUID |
||
15 | * @param string $type Type of telationship |
||
16 | * @param string $uuid2 Second UUId |
||
17 | */ |
||
18 | function __construct($uuid1, $type, $uuid2) { |
||
25 | |||
26 | /** |
||
27 | * Returns 'relationship' |
||
28 | * |
||
29 | * @return string 'relationship' |
||
30 | */ |
||
31 | protected function getTagName() { |
||
34 | } |
||
35 |
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.