Overview

Static support methods for class information.

Package

This class is part of the Solar package.

Configuration Keys

None.

Constants

None.

Public Properties

The Solar_Class class has no public properties; try the list of all properties.

Public Methods

These are all the public methods in the Solar_Class class.

You can also view the list of all public, protected, and private methods.

autoload()

Loads a class or interface file from the include_path.

dir()

Returns the directory for a specific class, plus an optional subdirectory path.

file()

Returns the path to a file under a specific class.

nameToFile()

Converts a namespace-and-classname to a file path.

parents()

Returns an array of the parent classes for a given class.

vendor()

Find the vendor name of a given class or object; this is effectively the part of the class name that comes before the first underscore.

vendors()

Find the vendors of a given class or object and its parents.



Local