Minify_ImportProcessor::__construct PHP Method

__construct() private method

private __construct ( String $currentDir, String $previewsDir = "" )
$currentDir String
$previewsDir String Is only used internally
    private function __construct($currentDir, $previewsDir = "")
    {
        $this->_currentDir = $currentDir;
        $this->_previewsDir = $previewsDir;
    }