Model/DocumentInterface.php
changeset 42 0e57c730bb18
parent 23 b435f8055cb4
child 57 186c4121c7b3
equal deleted inserted replaced
39:b403086580f7 42:0e57c730bb18
    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     /**