class KernelDefinition

Class KernelDefinition.

Constants

ENV_PROD

ENV_DEV

ENV_TEST

ENV_ALL

Methods

__construct( string $fqcn)

No description

static  KernelDefinition
create( string $fqcn)

No description

$this
environments( string[] $environments)

No description

bool
hasEnvironment( string $environment)

No description

$this
arguments( mixed[] $arguments)

No description

BundleInterface
getInstance()

No description

Details

at line line 61
__construct( string $fqcn)

Parameters

string $fqcn

at line line 79
static KernelDefinition create( string $fqcn)

Parameters

string $fqcn

Return Value

KernelDefinition

at line line 89
$this environments( string[] $environments)

Parameters

string[] $environments

Return Value

$this

at line line 109
bool hasEnvironment( string $environment)

Parameters

string $environment

Return Value

bool

at line line 119
$this arguments( mixed[] $arguments)

Parameters

mixed[] $arguments

Return Value

$this

at line line 129
BundleInterface getInstance()

Return Value

BundleInterface