Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow any casting done in Type::validate to bubble up to Request::ret…
…rieveValue The validate function returns - NULL if the passed in value is not valid - THe passed in value if valid or - The passed in value cast to an integer if the value is valid and the type is Int or Integer By always using the returned value we allow it to be cast, where appropriate
- Loading branch information