Summary
- File
- Package hierarchy Util
- Class hierarchy \ValidationResult
This class is done to time a process easily. You choose when to start and when to stop.
This class is done to time a process easily. You choose when to start and when to stop.
__construct( $title = 'Validation result')
$title |
None found |
get_title()
None found |
add_error(string $error_msg)
Adds an error message
string | $error_msg | the error message to add |
None found |
get_errors_messages() : array<mixed,string>
Returns the list of the errors messages
errors messages
None found |
has_errors() : boolean
Returns <code>true</code> if there is errors
true
if there is errors
None found |