Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13370

Add ability to call class methods more easily in the convertor framework

    XMLWordPrintable

Details

    Description

      Calling a class method in the convertor framework currently requires the verbose use of the 'functionX' syntax. The framework should allow specifying the callable method directly. Thus going from:

      array('physical_filename',		'attachments.attachname',		array('function1' => array($helper, 'import_attachment'))),
      

      To:

      array('physical_filename',		'attachments.attachname',		array($helper, 'import_attachment')),
      

      Attachments

        Activity

          People

            prototech prototech [X] (Inactive)
            prototech prototech [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: