PHP Class Inpsyde_Directory_Load

Author: Inpsyde GmbH, toscho
Inheritance: implements Inpsyde_Autoload_Rule_Interface
Afficher le fichier Open project: inpsyde/multilingual-press

Méthodes publiques

Méthode Description
__construct ( string $dir ) Constructor.
load ( string $name ) : boolean Parse class/trait/interface name and load file.

Private Methods

Méthode Description
read_files ( ) : array Read the existing files once.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $dir )
$dir string

load() public méthode

Parse class/trait/interface name and load file.
public load ( string $name ) : boolean
$name string
Résultat boolean