You are here

function heartbeat_class_loader in Heartbeat 6.3

1 string reference to 'heartbeat_class_loader'
heartbeat.module in ./heartbeat.module

File

./heartbeat.module, line 49

Code

function heartbeat_class_loader($class) {
  heartbeat_include(strtolower($class));
}