/**
  * Returns the content formatted to be correctly displayed in the editor mode.
  * The default value returned is simply the stored content.
  *   
  * @return string
  *
  */
 public function getDisplayContentForPublishMode()
 {
     return w3sCommonFunctions::linkConverter($this->content);
 }