Interface Yiisoft\Form\Field\Base\Placeholder\PlaceholderInterface
Public Methods
| Method | Description | Defined By |
|---|---|---|
| placeholder() | Yiisoft\Form\Field\Base\Placeholder\PlaceholderInterface | |
| usePlaceholder() | Yiisoft\Form\Field\Base\Placeholder\PlaceholderInterface |
Method Details
| public abstract self placeholder ( string|null $placeholder ) | ||
| $placeholder | string|null | |
public function placeholder(?string $placeholder): self;
| public abstract self usePlaceholder ( boolean $use ) | ||
| $use | boolean | |
public function usePlaceholder(bool $use): self;
Signup or Login in order to comment.