Browse: Home / Classes / Learndash_DTO_Property_Validator_String_Case /

Learndash_DTO_Property_Validator_String_Case::__construct

Learndash_DTO_Property_Validator_String_Case::__construct( bool $lowercase )

Constructor. Prevents direct instantiation.


Description #


Parameters #

$lowercase

(bool) (Required) If true, the value must be in lowercase. Otherwise, it must be in uppercase.


Return #

(void)


Source #

File: includes/dto/validation/class-learndash-dto-property-validator-string-case.php


Changelog #

Changelog
Version Description
4.5.0 Introduced.