PHP 클래스 Pagekit\Filesystem\Adapter\FileAdapter

상속: implements Pagekit\Filesystem\Adapter\AdapterInterface
파일 보기 프로젝트 열기: pagekit/pagekit

보호된 프로퍼티들

프로퍼티 타입 설명
$path string
$url string

공개 메소드들

메소드 설명
__construct ( $path, $url = '' ) Constructor.
getPathInfo ( array $info )
getStreamWrapper ( )

메소드 상세

__construct() 공개 메소드

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

getPathInfo() 공개 메소드

public getPathInfo ( array $info )
$info array

getStreamWrapper() 공개 메소드

public getStreamWrapper ( )

프로퍼티 상세

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$url 보호되어 있는 프로퍼티

protected string $url
리턴 string