PHP Class Phrozn\Runner\CommandLine\Command

Author: Victor Farazdagi
Inheritance: implements ArrayAccess
Show file Open project: farazdagi/phrozn

Public Methods

Method Description
__construct ( $file )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Private Methods

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

Method Details

__construct() public method

public __construct ( $file )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )