AssetCompress\AssetScanner::__construct PHP Метод

__construct() публичный Метод

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);
    }