App::getPathOriginal

Usage

string App::getPathOriginal()

Description


Return Value

The original path that was requested. This will only deviate from getPath() method if the setPath() method was called during execute.

Examples

Get Original Path


$path = $app->getPathOriginal();

See Also