You are here

function xautoload_BootSchedule_Helper_Base::__construct in X Autoload 7.3

Parameters

xautoload_ClassFinder_Interface $finder: The class finder where we register the namespaces and prefixes.

File

lib/BootSchedule/Helper/Base.php, line 14

Class

xautoload_BootSchedule_Helper_Base

Code

function __construct($finder) {
  $this->finder = $finder;
}