class AbstractFacade (View source)

The AbstractFacade class.

Methods

static mixed
getInstance(bool $forceNew = false)

getInstance

static Container
getContainer(string $child = null, string $profile = null)

Method to get property Container

static string
getContainerName()

Method to get property Child

static void
setContainerName(string $name)

setContainerName

static string
getIocProfile()

Get Ioc profile.

static void
setIocProfile(string $profile)

setIocProfile

static string
getDIKey()

getDIKey

static void
setDIKey(string $key)

setDIKey

Details

at line line 50
static mixed getInstance(bool $forceNew = false)

getInstance

Parameters

bool $forceNew

Return Value

mixed

Exceptions

UnexpectedValueException

at line line 64
static Container getContainer(string $child = null, string $profile = null)

Method to get property Container

Parameters

string $child
string $profile

Return Value

Container

at line line 74
static string getContainerName()

Method to get property Child

Return Value

string

at line line 86
static void setContainerName(string $name)

setContainerName

Parameters

string $name

Return Value

void

at line line 96
static string getIocProfile()

Get Ioc profile.

Return Value

string

at line line 108
static void setIocProfile(string $profile)

setIocProfile

Parameters

string $profile

Return Value

void

at line line 118
static string getDIKey()

getDIKey

Return Value

string

at line line 130
static void setDIKey(string $key)

setDIKey

Parameters

string $key

Return Value

void