ProxyConfigCollectionInterface
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
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 ...
bool
getTrackEmpty()
No description
$this
setTrackEmpty(bool $trackEmpty)
No description