Exemplo n.º 1
0
 public function getTitle()
 {
     if (isset($this->element->{'regular-title'}) && $this->element->{'regular-title'} != '') {
         return $this->element->{'regular-title'};
     }
     return Sniftr::_('Untitled');
 }
Exemplo n.º 2
0
 public function getTitle()
 {
     if (isset($this->element->{'video-caption'}) && $this->element->{'video-caption'} != '') {
         return strip_tags($this->element->{'video-caption'});
     }
     return Sniftr::_('Untitled Video');
 }
Exemplo n.º 3
0
 public function getTitle()
 {
     if (isset($this->element->{'link-text'}) && $this->element->{'link-text'} != '') {
         return $this->element->{'link-text'};
     }
     return Sniftr::_('Link');
 }
Exemplo n.º 4
0
 public function getTitle()
 {
     if (isset($this->element->{'conversation-title'}) && $this->element->{'conversation-title'} != '') {
         return $this->element->{'conversation-title'};
     }
     return Sniftr::_('Conversation');
 }
Exemplo n.º 5
0
 public function getTitle()
 {
     if (isset($this->element->{'photo-caption'}) && $this->element->{'photo-caption'} != '') {
         return strip_tags($this->element->{'photo-caption'});
     }
     return Sniftr::_('Photo');
 }
Exemplo n.º 6
0
 public function getTitle()
 {
     return Sniftr::_('Quote');
 }