PHP 클래스 Airship\Hangar\SessionCommand

Class SessionCommand
상속: extends Command
파일 보기 프로젝트 열기: paragonie/airship

보호된 메소드들

메소드 설명
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