options = $validOptions; } function getError() { return __( 'must be selected', 'affiliates-manager' ); } function isValid($value) { return in_array($value, $this->options); } }