Back to CMSObject class

Method getErrors

public array
getErrors
()
Return all errors, if any.
Returns
  • array Array of error messages.
Since
  • 1.7.0
Deprecated
  • 3.1.4
Class: CMSObject
Project: Joomla

Method getErrors - Source code

/**
 * Return all errors, if any.
 *
 * @return  array  Array of error messages.
 *
 * @since   1.7.0
 * @deprecated 3.1.4  JError has been deprecated
 */
public function getErrors()
{
    return $this->_errors;
}