Filesystem::touch()

touch(string|array|Traversable $files, int $time = null, int $atime = null) Sets access and modification time of file. Parameters string|array|Traversable $files A filename, an array of files, or a \Traversable instance to create int $time The touch time as a Unix timestamp int $atime The access time as a Unix timestamp Exceptions IOException When touch fails

UrlPackage deprecated::getUrl()

string getUrl(string $path, string|bool|null $version = null) Returns an absolute or root-relative public path. Parameters string $path A path string|bool|null $version A specific version for the path Return Value string The public path

ParameterBagInterface::unescapeValue()

mixed unescapeValue(mixed $value) Unescape parameter placeholders %. Parameters mixed $value Return Value mixed

ParameterBagInterface::clear()

clear() Clears all parameters. Exceptions LogicException if the ParameterBagInterface can not be cleared

Bundle::getPath()

string getPath() Gets the Bundle directory path. Return Value string The Bundle absolute path

NullDumper::isProxyCandidate()

bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. Parameters Definition $definition Return Value bool

MetadataBag::getCreated()

int getCreated() Gets the created timestamp metadata. Return Value int Unix timestamp

Locale deprecated::getLocales()

static array getLocales() Returns all available locale codes. Return Value array The locale codes Exceptions RuntimeException When the resource bundles cannot be loaded

Parser::parseExpression()

parseExpression($precedence) Parameters $precedence

Session::setId()

setId(string $id) Sets the session ID. Parameters string $id