Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22356, comment 20


Ignore:
Timestamp:
11/21/2012 07:07:13 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22356, comment 20

    initial v1  
    11Here's what we have:
    22
    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()
    55
    66* exists(): is X implementation even loaded?