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

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

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