moodle/backup/util/structure
Marina Glancy 78da366b56 MDL-60281 general: various strict corrections for PHP7.2
- count() can only be called on arrays or Countable, it can not be called on null
- recordset is neither so iterator_count() should be used
- instanceof or get_class() can not be applied to non-objects
- class methods must have the same arguments as methods in parent class
2017-10-16 09:37:20 +08:00
..
tests MDL-43835 phpunit: Correct unit tests. 2014-06-17 19:08:01 +10:00
backup_attribute.class.php
backup_final_element.class.php
backup_nested_element.class.php MDL-31390 Allow data to be sorted at backup 2013-03-01 10:03:13 +00:00
backup_optigroup.class.php MDL-31017 whitespace clean - take1 2012-01-04 16:27:32 +01:00
backup_optigroup_element.class.php
backup_structure_processor.class.php MDL-45574 Backup progress: Can time out with large number of files 2014-06-06 10:41:40 +01:00
base_atom.class.php
base_attribute.class.php
base_final_element.class.php MDL-24962 backup - now destroying circular refs manually to help PHP 5.2 2010-11-01 22:09:44 +00:00
base_nested_element.class.php MDL-60281 general: various strict corrections for PHP7.2 2017-10-16 09:37:20 +08:00
base_optigroup.class.php MDL-22245 backup - added activities subplugin support 2010-07-02 11:13:00 +00:00
base_processor.class.php
restore_path_element.class.php MDL-34118 question backup: a mod can use usages in different ways. 2012-08-17 11:13:10 +01:00