Previous Page
apiVersion()

Solar
autoload()

Next Page
cleanGlobals()

autoload()

static public void autoload ( string $name )

Loads a class or interface file from the include_path.

Parameters

  • (string) $name: A Solar (or other) class or interface name.

Returns

  • (void)

Description

Loads a class or interface file from the include_path.

Thanks to Robert Gonzalez for the report leading to this method.