コード例 #1
0
ファイル: StaticText.php プロジェクト: bombayworks/currycms
 public function render(Entity $entity)
 {
     return Entity::html('span', array(), htmlspecialchars($entity->getInitial()));
 }