/**
  * Retrieves a content object to be used for creating typolinks.
  *
  * @return tslib_cObj a content object for creating typolinks
  */
 public function getContentObject()
 {
     return parent::getContentObject();
 }