예제 #1
0
 public function render(Entity $entity)
 {
     return Entity::html('span', array(), htmlspecialchars($entity->getInitial()));
 }