Methods
All methods in the Solar_Class
class.
Public
-
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.
Protected
None.
Private
None.