0 follower

Final Class Yiisoft\Validator\Label

InheritanceYiisoft\Validator\Label

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string $label )
$label string

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

            
getLabel() public method

public string getLabel ( )

                public function getLabel(): string
{
    return $this->label;
}