You are here

private property ResourceStreamWrapperManager::$wrappers in D7 Media 6

File

resource/ResourceStreamWrapperManager.inc, line 12

Class

ResourceStreamWrapperManager
The StreamWrapperManager provides a class for managing and querying user defined stream wrappers in PHP. PHP's internal stream_get_wrappers doesn't return the class registered to handle a stream. We need to be able to find the handler class…

Code

private $wrappers = array();