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

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

Returns an array with all the errors
public getErrors ( ) : array
Результат array
    public function getErrors()
    {
        return array_merge($this->embera->getErrors(), $this->errors);
    }