API16

API16:JObject/getErrors

From Joomla! Documentation

Revision as of 14:16, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Description

Return all errors, if any.


{{subst:Description:JObject/getErrors}}

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;
}


{{subst:SeeAlso:JObject/getErrors}}

Examples

<CodeExamplesForm />