mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-44141 restore: added phpdocs 'since' for new method
This commit is contained in:
parent
c21f8f13e5
commit
d632f1b82a
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ class restore_controller extends base_controller {
|
|||
* is called during restore, but not directly part of the restore system, may
|
||||
* need to behave differently during restore (e.g. do not bother resetting a
|
||||
* cache because we know it will be reset at end of operation).
|
||||
* @since Moodle 2.6.3
|
||||
*
|
||||
* @return bool True if any restore is currently executing
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue