0 follower

Final Class Yiisoft\FormModel\Attribute\Placeholder

InheritanceYiisoft\FormModel\Attribute\Placeholder

Method Details

Hide inherited methods

__construct() public method

public __construct( string $placeholder ): mixed
$placeholder string

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

            
getPlaceholder() public method

public getPlaceholder( ): string

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