Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Pagekit
Filesystem
Adapter
FileAdapter
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