Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Portfolio API
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
while talking about making a flickr plugin, we realised that we needed a bit smarter handling of supported formats. In this case, we would want to make it so that the caller could say it supported FORMAT_IMAGE and the fact that a portfolio plugin said FORMAT_FILE would mean a match.
Nico suggested doing a bitmask test on it but that doesn't work, because FORMAT_IMAGE < FORMAT_FILE, but not the other way around.
I am going to experiment with using actual php style inheritance and see if that sorts it.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions