PHP Class Phrozn\Runner\CommandLine\Command

Author: Victor Farazdagi
Inheritance: implements ArrayAccess
Afficher le fichier Open project: farazdagi/phrozn

Méthodes publiques

Méthode Description
__construct ( $file )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Private Methods

Méthode Description
load ( string $file ) : array Load configuration for a given command.

Method Details

__construct() public méthode

public __construct ( $file )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )