class CoreUriData extends AbstractProxyFacade (View source)

The CoreUriData 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

static mixed
__callStatic(string $method, array $args)

Handle dynamic, static calls to the object.

Details

static mixed getInstance(bool $forceNew = false)

getInstance

Parameters

bool $forceNew

Return Value

mixed

Exceptions

UnexpectedValueException

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

Method to get property Container

Parameters

string $child
string $profile

Return Value

Container

static string getContainerName()

Method to get property Child

Return Value

string

static void setContainerName(string $name)

setContainerName

Parameters

string $name

Return Value

void

static string getIocProfile()

Get Ioc profile.

Return Value

string

static void setIocProfile(string $profile)

setIocProfile

Parameters

string $profile

Return Value

void

static string getDIKey()

getDIKey

Return Value

string

static void setDIKey(string $key)

setDIKey

Parameters

string $key

Return Value

void

static mixed __callStatic(string $method, array $args)

Handle dynamic, static calls to the object.

Parameters

string $method The method name.
array $args The arguments of method call.

Return Value

mixed