Example #1
0
 /**
  * get the URL to link to this shared note
  * @string a url that can be used to link to this shared note
  */
 public function getLinkUrl()
 {
     return parent::_getLinkUrl('note.php?nid=');
 }
Example #2
0
 /**
  * get the URL to link to this object
  * @string a url that can be used to link to this object
  */
 public function getLinkUrl()
 {
     return parent::_getLinkUrl('mediaviewer.php?mid=');
 }
Example #3
0
 /**
  * get the URL to link to this family
  * @string a url that can be used to link to this family
  */
 public function getLinkUrl()
 {
     return parent::_getLinkUrl('family.php?famid=');
 }
 /**
  * get the URL to link to this repository
  * @string a url that can be used to link to this repository
  */
 public function getLinkUrl()
 {
     return parent::_getLinkUrl('repo.php?rid=');
 }
Example #5
0
 /**
  * get the URL to link to this source
  * @string a url that can be used to link to this source
  */
 public function getLinkUrl()
 {
     return parent::_getLinkUrl('source.php?sid=');
 }
Example #6
0
 /**
  * get the URL to link to this person
  * @string a url that can be used to link to this person
  */
 public function getLinkUrl()
 {
     return parent::_getLinkUrl('individual.php?pid=');
 }