Bundle\SecurityBundle\Twig

Namespaces Symfony\Bundle\SecurityBundle\Twig\Extension

PropertyAccess::createPropertyAccessorBuilder()

static PropertyAccessorBuilder createPropertyAccessorBuilder() Creates a property accessor builder. Return Value PropertyAccessorBuilder The new property accessor builder

FrozenParameterBag::remove()

remove(string $name) Removes a parameter. Parameters string $name The parameter name

UniversalClassLoader deprecated

class UniversalClassLoader deprecated since version 2.4, to be removed in 3.0. Use the {@link ClassLoader} class instead. UniversalClassLoader implements a "universal" autoloader for PHP 5.3. It is able to load classes that use either: The technical interoperability standards for PHP 5.3 namespaces and class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md); The PEAR naming convention for classes (http://pear.php.net/). Classes from a sub-namespace or a sub-h

AdapterInterface deprecated::setFollowLinks()

AdapterInterface setFollowLinks(bool $followLinks) Parameters bool $followLinks Return Value AdapterInterface Current instance

Component\Console\Input

Classes ArgvInput ArgvInput represents an input coming from the CLI arguments. ArrayInput ArrayInput represents an input provided as an array. Input Input is the base class for all concrete Input classes. InputArgument Represents a command line argument. InputDefinition A InputDefinition represents a set of valid command line arguments and options. InputOption Represents a command line option. StringInput StringInput represents an input provided as a string. Interf

PreloadedExtension::hasTypeExtensions()

bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type. Parameters string $name The name of the type Return Value bool Whether the given type has extensions

XPathExpr::addStarPrefix()

XPathExpr addStarPrefix() Return Value XPathExpr

ProcessBuilder::getProcess()

Process getProcess() Creates a Process instance and returns it. Return Value Process Exceptions LogicException In case no arguments have been provided

ArrayNode::setAllowNewKeys()

setAllowNewKeys(bool $allow) Sets whether new keys can be defined in subsequent configurations. Parameters bool $allow