AbstractEnum::getValues(): string[] In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets all valid values for this enum. Return string[] List of all enum values. Source final public static function getValues(): array { return array_values(static::getConstants()); } View all references View on Trac View on GitHub Related Used byDescriptionAbstractEnum::isValidValue()wp-includes/php-ai-client/src/Common/AbstractEnum.phpChecks if a value is valid for this enum. Changelog VersionDescription0.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.