1 | <?php |
||
12 | class ExtensionGuesserFactory implements ExtensionGuesserFactoryInterface |
||
|
|||
13 | { |
||
14 | /** |
||
15 | * Should return an extension guesser instance, used for file uploads |
||
16 | * |
||
17 | * NOTE: If you override this, you'll probably still have to register the SVGExtensionGuesser as last guesser... |
||
18 | * |
||
19 | * @return ExtensionGuesserInterface |
||
20 | */ |
||
21 | public function get() |
||
28 | } |
||
29 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.