Interface Yiisoft\Form\Field\Base\Placeholder\PlaceholderInterface
Public Methods
| Method | Description | Defined By |
|---|---|---|
| placeholder() | Yiisoft\ |
|
| usePlaceholder() | Yiisoft\ |
Method Details
| public abstract self placeholder ( ?string $placeholder ) | ||
| $placeholder | ?string | |
public function placeholder(?string $placeholder): self;
| public abstract self usePlaceholder ( boolean $use ) | ||
| $use | boolean | |
public function usePlaceholder(bool $use): self;
User Contributed Notes
Leave a comment
Join the conversation to share a note.