interface ProxyConfigCollectionInterface (View source)

Methods

public
array
getConfigCalls()

Return a list of all config calls made during the request, including how many times they were called and the result

public
bool
getTrackEmpty()

No description

public
$this
setTrackEmpty(bool $trackEmpty)

No description

Details

array getConfigCalls()

Return a list of all config calls made during the request, including how many times they were called and the result

The array has the following structure

  • ClassName
    • Config key
    • count : int
    • result : Config value ...

Return Value

array

bool getTrackEmpty()

No description

Return Value

bool

$this setTrackEmpty(bool $trackEmpty)

No description

Parameters

bool $trackEmpty

Return Value

$this