Is_URL::serializeOption()
Method: Returns a serializable representation of the validation rule options.
Is_URL::serializeOption Read More »
@package: LearnDash / Core
Source Files: sfwd-lms/src/Core/Validations/Rules/Is_URL.php
Method: Returns a serializable representation of the validation rule options.
Is_URL::serializeOption Read More »
Method: Creates a new instance of the validation rule from a string.
Is_URL::fromString Read More »
Method: Validates that the value is a valid URL.
Method: Returns the unique identifier for the validation rule.
Class: Validation rule to ensure a value is a valid URL.
Method: Returns a serializable representation of the validation rule options.
Is_String::serializeOption Read More »
Method: Validates that the value is a string.
Is_String::__invoke Read More »
Method: Returns the unique identifier for the validation rule.
Method: Creates a new instance of the validation rule from a string.
Is_String::fromString Read More »
Class: Validation rule to ensure a value is a string.
Method: Validates that the value is an array.
Is_Array::__invoke Read More »
Method: Returns a serializable representation of the validation rule options.
Is_Array::serializeOption Read More »
Method: Returns the unique identifier for the validation rule.
Method: Creates a new instance of the validation rule from a string.
Is_Array::fromString Read More »
Class: Validation rule to ensure a value is an array.
Method: Filters projects to ensure all required fields are present and of correct type.
API::filter_valid_projects Read More »
Method: Clears all project-related caches.
API::clear_project_caches Read More »
Method: Caches projects data and updates related options.
API::cache_projects_data Read More »
Method: Fetches fresh projects data from API and caches it.
API::fetch_and_cache_projects Read More »
Method: Gets cached projects if the cache is valid.
API::get_cached_projects Read More »