VariableNode::setDefaultValue()

setDefaultValue($value) {@inheritdoc} Parameters $value

XcacheClassLoader

class XcacheClassLoader XcacheClassLoader implements a wrapping autoloader cached in XCache for PHP 5.3. It expects an object implementing a findFile method to find the file. This allows using it as a wrapper around the other loaders of the component (the ClassLoader for instance) but also around any other autoloaders following this convention (the Composer one for instance). // with a Symfony autoloader $loader = new ClassLoader(); $loader->addPrefix('Symfony\Component', __DIR__.'/compon

Component\HttpKernel\Controller

Classes ControllerReference Acts as a marker and a data holder for a Controller. ControllerResolver ControllerResolver. TraceableControllerResolver TraceableControllerResolver. Interfaces ControllerResolverInterface A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object.

AlreadySubmittedException

class AlreadySubmittedException extends LogicException Thrown when an operation is called that is not acceptable after submitting a form.

Variable

class Variable Represents a variable. $var = new Variable('a'); will be dumped as $a by the PHP dumper. Methods __construct(string $name) string __toString() Converts the object to a string. Details __construct(string $name) Parameters string $name string __toString() Converts the object to a string. Return Value string

EncoderFactoryInterface

interface EncoderFactoryInterface EncoderFactoryInterface to support different encoders for different accounts. Methods PasswordEncoderInterface getEncoder(UserInterface|string $user) Returns the password encoder to use for the given account. Details PasswordEncoderInterface getEncoder(UserInterface|string $user) Returns the password encoder to use for the given account. Parameters UserInterface|string $user A UserInterface instance or a cla

DebugClassLoader

class DebugClassLoader Autoloader checking if the class is really defined in the file found. The ClassLoader will wrap all registered autoloaders and will throw an exception if a file is found but does not declare the class. Methods __construct(callable $classLoader) Constructor. callable getClassLoader() Gets the wrapped class loader. static enable() Wraps all autoloaders. static disable() Disables the wrapping. bool|null loadClass(string $class) Loads the given clas

Request::createFromGlobals()

static Request createFromGlobals() Creates a new request with values from PHP's super globals. Return Value Request A new request

BundleInterface::getParent()

string getParent() Returns the bundle name that this bundle overrides. Despite its name, this method does not imply any parent/child relationship between the bundles, just a way to extend and override an existing bundle. Return Value string The Bundle name it overrides or null if no parent

AbstractUriElement::getUri()

string getUri() Gets the URI associated with this link. Return Value string The URI