API16

API16:JObject/getErrors

From Joomla! Documentation

Description

Return all errors, if any.



Syntax

getErrors()


Returns

array Array of error messages or JErrors.

Defined in

libraries/joomla/base/object.php

Importing

jimport( 'joomla.base.object' );

Source Body

public function getErrors()
{
        return $this->_errors;
}



Examples

Code Examples