Solar_Class::autoload()

static public void Solar_Class::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.



Local