equal
deleted
inserted
replaced
22 */ |
22 */ |
23 function getId(); |
23 function getId(); |
24 |
24 |
25 |
25 |
26 /** |
26 /** |
27 * TODO: Enter description here ... |
27 * Set the external id i.e. the host document id |
28 * |
28 * |
29 * @param text $externalId |
29 * @param text $externalId |
30 */ |
30 */ |
31 function setExternalId($externalId); |
31 function setExternalId($externalId); |
32 |
32 |
33 /** |
33 /** |
34 * TODO: Enter description here ... |
34 * Get the external id, i.e. the host document id |
35 */ |
35 */ |
36 function getExternalId(); |
36 function getExternalId(); |
37 |
37 |
38 |
38 |
39 /** |
39 /** |