You are here

public function Foo5Command::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Tests/Fixtures/Foo5Command.php \Foo5Command::__construct()

Constructor.

Parameters

string|null $name The name of the command; passing null means it must be set in configure():

Throws

\LogicException When the command name is empty

Overrides Command::__construct

File

vendor/symfony/console/Tests/Fixtures/Foo5Command.php, line 7

Class

Foo5Command

Code

public function __construct() {
}