Embera\Embera::hasErrors PHP Méthode

hasErrors() public méthode

Checks if there were errors
public hasErrors ( ) : boolean
Résultat boolean
    public function hasErrors()
    {
        return !empty($this->errors);
    }