Embera\Embera::hasErrors PHP Метод

hasErrors() публичный Метод

Checks if there were errors
public hasErrors ( ) : boolean
Результат boolean
    public function hasErrors()
    {
        return !empty($this->errors);
    }