예제 #1
0
 function getTags()
 {
     $tags = array_merge(array(Messages::getLevelTag($this->level)), $this->tags);
     return implode(' ', $tags);
 }