Beispiel #1
0
 public function fetch_headline_value($value, $document_id)
 {
     if (!empty($value)) {
         return UI::icon('tag fa-lg', array('style' => 'color: ' . $value));
     }
     return parent::fetch_headline_value($value, $document_id);
 }
Beispiel #2
0
 public function fetch_headline_value($value, $document_id)
 {
     if (!empty($value)) {
         return Date::format($value);
     }
     return parent::fetch_headline_value($value, $document_id);
 }