SecurityDataCollector::getInheritedRoles()

array getInheritedRoles() Gets the inherited roles of the user. Return Value array The inherited roles

CompilerDebugDumpPass::getCompilerLogFilename()

static getCompilerLogFilename(ContainerInterface $container) Parameters ContainerInterface $container

SessionHandlerProxy::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

ClockMock

class ClockMock Methods static withClockMock($enable = null) static time() static sleep($s) static usleep($us) static microtime($asFloat = false) static register($class) Details static withClockMock($enable = null) Parameters $enable static time() static sleep($s) Parameters $s static usleep($us)

EnvParametersResource::unserialize()

unserialize($serialized) Parameters $serialized

StyleInterface::table()

table(array $headers, array $rows) Formats a table. Parameters array $headers array $rows

InvalidConfigurationException

class InvalidConfigurationException extends Exception A very general exception which can be thrown whenever non of the more specific exceptions is suitable. Methods setPath($path) getPath() addHint(string $hint) Adds extra information that is suffixed to the original exception message. Details setPath($path) Parameters $path getPath() addHint(string $hint)

LoggerDataCollector::countErrors()

countErrors()

Process::isRunning()

bool isRunning() Checks if the process is currently running. Return Value bool true if the process is currently running, false otherwise

PhpEngine::getGlobals()

array getGlobals() Returns the assigned globals. Return Value array