コード例 #1
0
ファイル: Text.php プロジェクト: robbytaylor/boom-core
 public function getPlaceholderText()
 {
     $placeholder = parent::getPlaceholderText();
     return $this->allowFormatting ? "<p>{$placeholder}</p>" : $placeholder;
 }