moodle/contentbank/classes
Eloy Lafuente (stronk7) 29a541724f
MDL-65292 style: Fix all the function declaration ordering
This has been generated running the following Sniff,
part of the Moodle's CodeSniffer standard:
- PSR2.Methods.MethodDeclaration

It just ensures all the function declarations have
the correct order for:
- abstract and final.
- visibility (public, protected, private).
- static.

So, all the lines modified by this commit are function declarations
and the only changes are in the positions of those keywords.
2024-02-28 23:47:47 +01:00
..
external MDL-76338 contentbank: copy content in content bank 2023-07-28 17:05:57 -03:00
form MDL-78183 core_contentbank: Improve error handling 2023-07-07 12:21:24 +02:00
output MDL-80025 core_contentbank: Update delete button colour to text-danger 2023-11-20 09:50:58 +01:00
privacy MDL-68796 core_contentbank: Store view preferences 2020-05-27 17:27:23 +02:00
content.php MDL-78183 core_contentbank: Improve error handling 2023-07-07 12:21:24 +02:00
contentbank.php MDL-78183 core_contentbank: Improve error handling 2023-07-07 12:21:24 +02:00
contenttype.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
helper.php MDL-73370 contentbank: Move settings cog to tertiary navigation 2022-02-16 17:49:00 +08:00