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;
    }