Learndash_Arr::forget()
Method: Deletes a value from array by the passed key(s).
Learndash_Arr::forget Read More »
Method: Deletes a value from array by the passed key(s).
Learndash_Arr::forget Read More »
Method: Constructor.
Learndash_DTO::__construct Read More »
Method: Returns all properties. Keys are property names.
Learndash_DTO::all Read More »
Method: Includes a property or multiple properties in the DTO.
Learndash_DTO::only Read More »
Method: Excludes a property or multiple properties from the DTO.
Learndash_DTO::except Read More »
Method: Validates if a property value is one of the possible values.
Learndash_DTO_Property_Validator_Possible_Values::validate Read More »
Method: Returns an array of properties.
Learndash_DTO::to_array Read More »
Class: DTO property validator class.
Learndash_DTO_Property_Validator_String_Case Read More »
Method: Returns a json encoded array of properties.
Learndash_DTO::to_json Read More »
Method: Constructor. Prevents direct instantiation.
Learndash_DTO_Property_Validator_String_Case::__construct Read More »
Method: Validates properties on construction based on validators.
Learndash_DTO::get_validators Read More »
Method: Validates if a property value is in the required case.
Learndash_DTO_Property_Validator_String_Case::validate Read More »
Method: Recursively parses an array and converts DTOs to arrays.
Learndash_DTO::parse_array Read More »
Method: Creates a lowercase validator.
Learndash_DTO_Property_Validator_String_Case::lowercase Read More »
Method: Returns public properties.
Learndash_DTO::validate Read More »
Method: Creates an uppercase validator.
Learndash_DTO_Property_Validator_String_Case::uppercase Read More »
Method: Returns public properties.
Learndash_DTO::get_properties Read More »
Class: DTO validation exception class.
Learndash_DTO_Validation_Exception Read More »
Class: Coupon transaction gateway event DTO class.
Learndash_Transaction_Gateway_Transaction_DTO Read More »