PHP Class alexia\mar\main

Afficher le fichier Open project: alexia/php7mar

Méthodes publiques

Méthode Description
__construct ( ) : void Main Constructor
autoloader ( $className ) : void Autoloader
getRealPath ( $path ) : mixed Get a full real path name to a given path.

Private Methods

Méthode Description
run ( ) : void Run tests, generator report sections.

Method Details

__construct() public méthode

Main Constructor
public __construct ( ) : void
Résultat void

autoloader() public static méthode

Autoloader
public static autoloader ( $className ) : void
Résultat void

getRealPath() public static méthode

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