Embera\Formatter::getErrors PHP Method

getErrors() public method

Returns an array with all the errors
public getErrors ( ) : array
return array
    public function getErrors()
    {
        return array_merge($this->embera->getErrors(), $this->errors);
    }