PHP Class Pagekit\Info\InfoHelper

Show file Open project: pagekit/pagekit Class Usage Examples

Public Methods

Method Description
get ( ) : string[] Method to get the system information

Protected Methods

Method Description
getDirectories ( ) : string[] Gets a list of files and directories and their writable status.
getRelativePath ( string $path ) : string Returns the path relative to the root.

Method Details

get() public method

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

getDirectories() protected method

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

getRelativePath() protected method

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