Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Puli
Repository
Resource
AbstractFilesystemResource
PHP 클래스 Puli\Repository\Resource\AbstractFilesystemResource
부터:
1.0
저자:
Bernhard Schussek (
[email protected]
)
상속:
extends
GenericResource
,
implements
Puli\Repository\Api\Resource\FilesystemResource
파일 보기
프로젝트 열기: puli/repository
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$filesystemPath
,
string
|
null
$path
= null )
Creates a new filesystem resource.
getFilesystemPath
( )
getMetadata
( )
보호된 메소드들
메소드
설명
postUnserialize
(
array
$data
)
preSerialize
(
array
&
$data
)
메소드 상세
__construct()
공개
메소드
Creates a new filesystem resource.
public
__construct
(
string
$filesystemPath
,
string
|
null
$path
= null )
$filesystemPath
string
The path on the file system.
$path
string
|
null
The repository path of the resource.
getFilesystemPath()
공개
메소드
public
getFilesystemPath
( )
getMetadata()
공개
메소드
public
getMetadata
( )
postUnserialize()
보호된
메소드
protected
postUnserialize
(
array
$data
)
$data
array
preSerialize()
보호된
메소드
protected
preSerialize
(
array
&
$data
)
$data
array