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