ConfigDataCollector::hasWinCache()

bool hasWinCache() Returns true if WinCache is enabled. Return Value bool true if WinCache is enabled, false otherwise

Escaper::requiresDoubleQuoting()

static bool requiresDoubleQuoting(string $value) Determines if a PHP value would require double quoting in YAML. Parameters string $value A PHP value Return Value bool True if the value would require double quotes

Dumper::dump()

string dump(mixed $input, int $inline, int $indent, int $flags) Dumps a PHP value to YAML. Parameters mixed $input The PHP value int $inline The level where you switch to inline YAML int $indent The level of indentation (used internally) int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string Return Value string The YAML representation of the PHP value

Request::isNoCache()

bool isNoCache() Return Value bool

Response::getHeaders()

array getHeaders() Gets the response headers. Return Value array The response headers

ProcessBuilder::setWorkingDirectory()

ProcessBuilder setWorkingDirectory(null|string $cwd) Sets the working directory. Parameters null|string $cwd The working directory Return Value ProcessBuilder

Button::getViewData()

mixed getViewData() Unsupported method. Return Value mixed

GenericEvent::offsetUnset()

offsetUnset(string $key) ArrayAccess for unset argument. Parameters string $key Array key

TranslationWriter::disableBackup()

disableBackup() Disables dumper backup.

LogicException

class LogicException extends LogicException implements ExceptionInterface Base LogicException for the Asset component.