__construct() public méthode

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