Ejemplo n.º 1
0
 public function getPlaceholderText()
 {
     $placeholder = parent::getPlaceholderText();
     return $this->allowFormatting ? "<p>{$placeholder}</p>" : $placeholder;
 }