class DebuggerHelper extends AbstractFacade (View source)

The DebuggerHelper 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 
addCustomData(string $key, mixed $value, int $depth = 5)

addData

static array
getQueries()

getQueries

static void
enableConsole()

enableConsole

static void
disableConsole()

disableConsole

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

at line line 41
static addCustomData(string $key, mixed $value, int $depth = 5)

addData

Parameters

string $key
mixed $value
int $depth

at line line 74
static array getQueries()

getQueries

Return Value

array

at line line 86
static void enableConsole()

enableConsole

Return Value

void

at line line 104
static void disableConsole()

disableConsole

Return Value

void