PhpSpec\Console\Application::__construct PHP Метод

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

public __construct ( string $version )
$version string
    public function __construct($version)
    {
        $this->container = new IndexedServiceContainer();
        parent::__construct('phpspec', $version);
    }

Usage Example

Пример #1
0
 public function __construct()
 {
     parent::__construct('PhpGuard-Spec');
     $this->configureErrorHandler();
 }