Overview

Namespaces

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

Classes

  • DaemonRunCommand
  • Overview
  • Namespace
  • Class

Class DaemonRunCommand

Symfony\Component\Console\Command\Command
Extended by PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand
Namespace: PHPFastCGI\FastCGIDaemon\Command
Located at Command/DaemonRunCommand.php
Methods summary
public
# __construct( PHPFastCGI\FastCGIDaemon\KernelInterface|callable $kernel, PHPFastCGI\FastCGIDaemon\DaemonFactoryInterface $daemonFactory = null, string $name = null, string $description = null )

Constructor.

Constructor.

Parameters

$kernel
The kernel to be given to the daemon
$daemonFactory
The factory to use to create the daemon
$name
The name of the daemon run command
$description
The description of the daemon run command
protected
# execute( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
Constants summary
string DEFAULT_NAME
# 'run'
string DEFAULT_DESCRIPTION
# 'Run the FastCGI daemon'
API documentation generated by ApiGen