Changes between Initial Version and Version 1 of Ticket #22356, comment 20
- Timestamp:
- 11/21/2012 07:07:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22356, comment 20
initial v1 1 1 Here's what we have: 2 2 3 * get_instance( $path, $args ): calls exists(),supports() and load()4 * supports( $args ): can _any_ implementation handle $args? calls supports_mime_type()3 * get_instance( $path, $args ): calls supports() and load() 4 * supports( $args ): can _any_ implementation handle $args? calls exists() and supports_mime_type() 5 5 6 6 * exists(): is X implementation even loaded?