You are here

private function ResourceStreamWrapperManager::__construct in D7 Media 6

File

resource/ResourceStreamWrapperManager.inc, line 15

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 function __construct() {
}