Airship\Hangar\Commands\Help::__construct PHP Method

__construct() public method

Preamble before firing is done here
public __construct ( array $commands = [] )
$commands array
    public function __construct(array $commands = [])
    {
        $this->commands = $commands;
    }