PHP Class Pagekit\Filesystem\Adapter\FileAdapter

Inheritance: implements Pagekit\Filesystem\Adapter\AdapterInterface
Afficher le fichier Open project: pagekit/pagekit

Protected Properties

Свойство Type Description
$path string
$url string

Méthodes publiques

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

Method Details

__construct() public méthode

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

getPathInfo() public méthode

public getPathInfo ( array $info )
$info array

getStreamWrapper() public méthode

public getStreamWrapper ( )

Property Details

$path protected_oe property

protected string $path
Résultat string

$url protected_oe property

protected string $url
Résultat string