AssetCompress\AssetScanner::__construct PHP Method

__construct() public method

Constructor.
public __construct ( array $paths, string $theme = null )
$paths array The paths to scan.
$theme string The current theme.
    public function __construct(array $paths, $theme = null)
    {
        $this->theme = $theme;
        parent::__construct($paths);
    }