receive()
| Returns: | TRUE on success, FALSE on failure |
|---|---|
| Return type: | bool |
This method simply validates the incoming TB data, returning TRUE on success and FALSE on failure. If the data is valid it is set to the $this->data array so that it can be inserted into a database.
Please login to continue.