PHP Класс Airship\Hangar\SessionCommand

Class SessionCommand
Наследование: extends Command
Показать файл Открыть проект

Защищенные методы

Метод Описание
findRelativeDir ( ) : string Get the difference between the session root dir and the current dir
getRealPath ( string $file ) : string If a file path is absolute, but still in the root, truncate it.

Описание методов

findRelativeDir() защищенный Метод

Get the difference between the session root dir and the current dir
protected findRelativeDir ( ) : string
Результат string

getRealPath() защищенный Метод

If a file path is relative to the root, return it. Otherwise, thorw an error!
protected getRealPath ( string $file ) : string
$file string
Результат string