Exemplo n.º 1
0
 private function replaceAbsoluteLinks($text) {
     $text = str_replace($this->getReplicatedSiteRealUrl(), $this->site->getUrl($this->user), $text);
     return $text;
 }