public function Foo5Command::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Code
public function __construct() {
}