UploadedFile::getClientOriginalExtension()

string getClientOriginalExtension() Returns the original file extension. It is extracted from the original file name that was uploaded. Then it should not be considered as a safe value. Return Value string The extension

Dumper

class Dumper Dumper dumps PHP variables to YAML strings. Methods __construct(int $indentation = 4) setIndentation(int $num) Sets the indentation. string dump(mixed $input, int $inline, int $indent, int $flags) Dumps a PHP value to YAML. Details __construct(int $indentation = 4) Parameters int $indentation setIndentation(int $num) Sets the indentation. Parameters int $num The amount of sp

SecurityBundle

class SecurityBundle extends Bundle Bundle. Methods boot() Boots the Bundle. from Bundle shutdown() Shutdowns the Bundle. from Bundle build(ContainerBuilder $container) Builds the bundle. setContainer(ContainerInterface $container = null) Sets the container. from Bundle ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. from Bundle string getNamespace() Gets the Bundle namespace. from Bundle string getPath() Gets the Bundle

KernelInterface::getEnvironment()

string getEnvironment() Gets the environment. Return Value string The current environment

Regex::setStartFlag()

Regex setStartFlag(bool $startFlag) Parameters bool $startFlag Return Value Regex

MonthTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

Profile::getToken()

string getToken() Gets the token. Return Value string The token

ViolationPathIterator

class ViolationPathIterator extends PropertyPathIterator Methods __construct(ViolationPath $violationPath) Constructor. Boolean isIndex() Returns whether the current element in the property path is an array index. from PropertyPathIterator Boolean isProperty() Returns whether the current element in the property path is a property name. from PropertyPathIterator mapsForm() Details __construct(ViolationPath $violationPath) Constructo

CurrencyBundleTransformationRule::afterCompile()

afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation.

CliDumper::setStyles()

setStyles(array $styles) Configures styles. Parameters array $styles A map of style names to style definitions