You are here

Foo4Command.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/symfony/console/Tests/Fixtures/Foo4Command.php

File

vendor/symfony/console/Tests/Fixtures/Foo4Command.php
View source
<?php

use Symfony\Component\Console\Command\Command;
class Foo4Command extends Command {
  protected function configure() {
    $this
      ->setName('foo3:bar:toh');
  }

}

Classes

Namesort descending Description
Foo4Command