Esempio n. 1
0
 function getContent()
 {
     $tagContent = trim($this->getText());
     if ($this->getAttribute('makeLink') && !empty($tagContent)) {
         return org_glizy_helpers_Link::makeEmailLink($tagContent);
     } else {
         return $tagContent;
     }
 }