You are here

function xautoload_BootSchedule_Default::__construct in X Autoload 7.3

Constructs an xautoload_BootSchedule_Default.

Parameters

xautoload_BootSchedule_Helper_Interface $helper: A helper object that knows how to register namespaces or prefixes for Drupal extensions (modules/themes).

File

lib/BootSchedule/Default.php, line 19

Class

xautoload_BootSchedule_Default

Code

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