eloquent/pathogen API
Interface

Eloquent\Pathogen\Resolver\PathResolverInterface

interface PathResolverInterface

The interface implemented by path resolvers that do not require a base path.

Methods

AbsolutePathInterface resolve(PathInterface $path)

Resolve the supplied path.

Details

at line 28
public AbsolutePathInterface resolve(PathInterface $path)

Resolve the supplied path.

Parameters

PathInterface $path The path to resolve.

Return Value

AbsolutePathInterface The resolved path.