Model/DocumentInterface.php
changeset 47 34718ebfb3c0
parent 42 0e57c730bb18
child 57 186c4121c7b3
equal deleted inserted replaced
46:6f643fc1de26 47:34718ebfb3c0
    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     /**