PHP Class Nelmio\Alice\Symfony\KernelFactory

Datei anzeigen Open project: nelmio/alice Class Usage Examples

Public Properties

Property Type Description
$environments

Public Methods

Method Description
createKernel ( string $config = null, string $kernelClass = AppKernel::class, string $environment = 'test', $debug = true ) : Symfony\Component\HttpKernel\KernelInterface

Method Details

createKernel() public static method

public static createKernel ( string $config = null, string $kernelClass = AppKernel::class, string $environment = 'test', $debug = true ) : Symfony\Component\HttpKernel\KernelInterface
$config string
$kernelClass string
$environment string
return Symfony\Component\HttpKernel\KernelInterface

Property Details

$environments public_oe static_oe property

public static $environments