0 follower

Final Class Yiisoft\Validator\Label

InheritanceYiisoft\Validator\Label

Method Details

Hide inherited methods

__construct() public method

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

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

            
getLabel() public method

public getLabel( ): string

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