forked from joomla/upgrade-checklist
Update Moving from J to Namespace.md
This commit is contained in:
parent
b6353b55f3
commit
56eb30d08f
@ -8,9 +8,9 @@ Class map in J5:
|
||||
|
||||
How to handle Classes that have no new counterparts like:
|
||||
|
||||
- Jerror
|
||||
JError::raiseError() should be replaced with native exceptions.
|
||||
JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices.
|
||||
- JError
|
||||
- JError::raiseError() should be replaced with native exceptions.
|
||||
- JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices.
|
||||
|
||||
More info on backwars compatible issues:
|
||||
More info on backwards compatible issues:
|
||||
[https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4]
|
Loading…
Reference in New Issue
Block a user