Airship\Hangar\Commands\Help::__construct PHP Метод

__construct() публичный Метод

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