PHP Class Phrozn\Runner\CommandLine\Commands

Author: Victor Farazdagi
Inheritance: implements Iterator
Datei anzeigen Open project: farazdagi/phrozn Class Usage Examples

Public Methods

Method Description
current ( )
getInstance ( )
getPath ( )
key ( )
next ( )
rewind ( )
setPath ( $path )
valid ( )

Private Methods

Method 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 method

public current ( )

getInstance() public static method

public static getInstance ( )

getPath() public method

public getPath ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

setPath() public method

public setPath ( $path )

valid() public method

public valid ( )