PHP Class Phrozn\Runner\CommandLine\Commands

Author: Victor Farazdagi
Inheritance: implements Iterator
Afficher le fichier Open project: farazdagi/phrozn Class Usage Examples

Méthodes publiques

Méthode Description
current ( )
getInstance ( )
getPath ( )
key ( )
next ( )
rewind ( )
setPath ( $path )
valid ( )

Private Methods

Méthode Description
__clone ( )
__construct ( )
getIterator ( ) : DirectoryIterator Get DirecotryIterator to commands config path
load ( string $file ) : array Load configuration for a given command.

Method Details

current() public méthode

public current ( )

getInstance() public static méthode

public static getInstance ( )

getPath() public méthode

public getPath ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

setPath() public méthode

public setPath ( $path )

valid() public méthode

public valid ( )