Centipede\Console\Application::__construct PHP Method

__construct() public method

public __construct ( $version )
    public function __construct($version)
    {
        parent::__construct('Centipede', $version);
        $this->add(new Run());
    }
Application