Overview

Stack for finding files in user-defined path hierarchies.

As you add directory paths, they are searched first when you call find($file). This allows users to add override paths so their files will be used instead of default files.

Package

This class is part of the Solar package.

Configuration Keys

None.

Constants

None.

Public Properties

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

Public Methods

These are all the public methods in the Solar_Path_Stack class.

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

add()

Adds one or more directories to the stack.

find()

Finds a file in the path stack.

findReal()

Finds a file in the path stack using realpath().

get()

Gets a copy of the current stack.

set()

Clears the stack and adds one or more directories.



Local