Centipede\Console\Application::__construct PHP Méthode

__construct() public méthode

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