Overview

Namespaces

  • PHPFastCGI
    • FastCGIDaemon
      • Command
      • Connection
      • ConnectionHandler
      • Exception
      • Http

Classes

  • ApplicationFactory
  • CallbackWrapper
  • Daemon
  • DaemonFactory

Interfaces

  • ApplicationFactoryInterface
  • DaemonFactoryInterface
  • DaemonInterface
  • KernelInterface
  • Overview
  • Namespace
  • Class

Interface ApplicationFactoryInterface

Objects that implement the ApplicationFactoryInterface can be used to create Symfony console commands and applications.

Direct known implementers

PHPFastCGI\FastCGIDaemon\ApplicationFactory
Namespace: PHPFastCGI\FastCGIDaemon
Located at ApplicationFactoryInterface.php
Methods summary
public Symfony\Component\Console\Application
# createApplication( PHPFastCGI\FastCGIDaemon\KernelInterface|callable $kernel, string $commandName = null, string $commandDescription = null )

Create a Symfony console application

Create a Symfony console application

Parameters

$kernel
The kernel to use
$commandName
The name of the daemon run command
$commandDescription
The description of the daemon run command

Returns

Symfony\Component\Console\Application
The Symfony console application
public Symfony\Component\Console\Command\Command
# createCommand( PHPFastCGI\FastCGIDaemon\KernelInterface|callable $kernel, string $commandName = null, string $commandDescription = null )

Create a Symfony console command

Create a Symfony console command

Parameters

$kernel
The kernel to use
$commandName
The name of the daemon run command
$commandDescription
The description of the daemon run command

Returns

Symfony\Component\Console\Command\Command
The Symfony console command
API documentation generated by ApiGen