PHP Interface Jyxo\Input\Validator\ErrorMessage

Author: Jakub Tománek
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
getError ( ) : string Returns an error message in case of validation error, an empty value otherwise (empty(getError()) = true).

Method Details

getError() public method

Returns an error message in case of validation error, an empty value otherwise (empty(getError()) = true).
public getError ( ) : string
return string