0 follower

Final Class Yiisoft\FormModel\Attribute\Placeholder

InheritanceYiisoft\FormModel\Attribute\Placeholder

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string $placeholder )
$placeholder string

                public function __construct(
    private readonly string $placeholder,
) {
}

            
getPlaceholder() public method

public string getPlaceholder ( )

                public function getPlaceholder(): string
{
    return $this->placeholder;
}