The handler's process_xxx() method is not mandatory any more
commit46ff8b0ecff9ebd1eac8de1bbeaa0825c179659f
authorDavid Mudrak <david@moodle.com>
Thu, 19 May 2011 01:17:18 +0000 (19 03:17 +0200)
committerDavid Mudrak <david@moodle.com>
Thu, 19 May 2011 01:17:18 +0000 (19 03:17 +0200)
tree9650c14aec36bac87b5bb17361e96a4acdf53a0d
parentae80f68f31323b08b277a376ed842742b44c0c27
The handler's process_xxx() method is not mandatory any more

It was realized that it is pretty common to register a convert_path just
to be able to attach on-start or on-end listeners to it, without actual
processing data. So now, the handler must provide at least one of these
three methods and the process_xxx() does not need to be there if it is
not needed.
backup/converter/moodle1/lib.php