eloquent/pathogen API
Interface

Eloquent\Pathogen\Resolver\BasePathResolverInterface

interface BasePathResolverInterface

The interface implemented by path resolvers that resolve against a base path.

Methods

AbsolutePathInterface resolve(AbsolutePathInterface $basePath, PathInterface $path)

Resolve a path against a given base path.

Details

at line 30
public AbsolutePathInterface resolve(AbsolutePathInterface $basePath, PathInterface $path)

Resolve a path against a given base path.

Parameters

AbsolutePathInterface $basePath The base path.
PathInterface $path The path to resolve.

Return Value

AbsolutePathInterface The resolved path.