Final Class Yiisoft\FormModel\Attribute\Placeholder
| Inheritance | Yiisoft\FormModel\Attribute\Placeholder |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\FormModel\Attribute\Placeholder | |
| getPlaceholder() | Yiisoft\FormModel\Attribute\Placeholder |
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;
}
Signup or Login in order to comment.