PHP 클래스 alexia\mar\main

파일 보기 프로젝트 열기: alexia/php7mar

공개 메소드들

메소드 설명
__construct ( ) : void Main Constructor
autoloader ( $className ) : void Autoloader
getRealPath ( $path ) : mixed Get a full real path name to a given path.

비공개 메소드들

메소드 설명
run ( ) : void Run tests, generator report sections.

메소드 상세

__construct() 공개 메소드

Main Constructor
public __construct ( ) : void
리턴 void

autoloader() 공개 정적인 메소드

Autoloader
public static autoloader ( $className ) : void
리턴 void

getRealPath() 공개 정적인 메소드

Get a full real path name to a given path.
public static getRealPath ( $path ) : mixed
리턴 mixed File/Folder path or false on error.