PHP Class Pagekit\Filesystem\Adapter\FileAdapter

Inheritance: implements Pagekit\Filesystem\Adapter\AdapterInterface
Show file Open project: pagekit/pagekit

Protected Properties

Property Type Description
$path string
$url string

Public Methods

Method Description
__construct ( $path, $url = '' ) Constructor.
getPathInfo ( array $info )
getStreamWrapper ( )

Method Details

__construct() public method

Constructor.
public __construct ( $path, $url = '' )

getPathInfo() public method

public getPathInfo ( array $info )
$info array

getStreamWrapper() public method

public getStreamWrapper ( )

Property Details

$path protected property

protected string $path
return string

$url protected property

protected string $url
return string