Phrozn\Runner\CommandLine\Command::offsetSet PHP Method

offsetSet() public method

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        $this->command[$offset] = $value;
    }