PHP 클래스 Pagekit\Info\InfoHelper

파일 보기 프로젝트 열기: pagekit/pagekit 1 사용 예제들

공개 메소드들

메소드 설명
get ( ) : string[] Method to get the system information

보호된 메소드들

메소드 설명
getDirectories ( ) : string[] Gets a list of files and directories and their writable status.
getRelativePath ( string $path ) : string Returns the path relative to the root.

메소드 상세

get() 공개 메소드

Method to get the system information
public get ( ) : string[]
리턴 string[]

getDirectories() 보호된 메소드

Gets a list of files and directories and their writable status.
protected getDirectories ( ) : string[]
리턴 string[]

getRelativePath() 보호된 메소드

Returns the path relative to the root.
protected getRelativePath ( string $path ) : string
$path string
리턴 string