You are here

function xautoload_BootSchedule_Default::verifyFinderInstance in X Autoload 7.3

Verify that the boot schedule helper uses the correct finder instance.

Parameters

xautoload_ClassFinder_Interface $finder: The class finder.

File

lib/BootSchedule/Default.php, line 65

Class

xautoload_BootSchedule_Default

Code

function verifyFinderInstance($finder) {
  $this->helper
    ->verifyFinderInstance($finder);
}