PHP Класс Pagekit\Info\InfoHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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