Final Class Yiisoft\FormModel\Attribute\Placeholder
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getPlaceholder() | Yiisoft\ |
Method Details
| public mixed __construct ( string $placeholder ) | ||
| $placeholder | string | |
public function __construct(
private readonly string $placeholder,
) {}
| public string getPlaceholder ( ) |
public function getPlaceholder(): string
{
return $this->placeholder;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.