ContainerAwareHIncludeFragmentRenderer deprecated

class ContainerAwareHIncludeFragmentRenderer extends HIncludeFragmentRenderer deprecated since version 2.7, to be removed in 3.0. Use Symfony\Bundle\FrameworkBundle\Fragment\HIncludeFragmentRenderer instead. Implements the Hinclude rendering strategy. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(ContainerInterface $container, UriSigner $signer = null, string $globalDefaultTemplate = nul

RouteCollection::addOptions()

addOptions(array $options) Adds options to all routes. An existing option value under the same name in a route will be overridden. Parameters array $options An array of options

Question

class Question Represents a Question. Methods __construct(string $question, mixed $default = null) Constructor. string getQuestion() Returns the question. mixed getDefault() Returns the default answer. bool isHidden() Returns whether the user response must be hidden. Question setHidden(bool $hidden) Sets whether the user response must be hidden or not. bool isHiddenFallback() In case the response can not be hidden, whether to fallback on non-hidden question or no

ButtonBuilder::getAttribute()

mixed getAttribute(string $name, mixed $default = null) Returns the value of the given attribute. Parameters string $name The attribute name mixed $default The value returned if the attribute does not exist Return Value mixed The attribute value

AclCacheInterface::putInCache()

putInCache(AclInterface $acl) Stores a new ACL in the cache Parameters AclInterface $acl

MapClassLoader

class MapClassLoader A class loader that uses a mapping file to look up paths. Methods __construct(array $map) Constructor. register(bool $prepend = false) Registers this instance as an autoloader. loadClass(string $class) Loads the given class or interface. string|null findFile(string $class) Finds the path to the file where the class is defined. Details __construct(array $map) Constructor. Parameters array $map A map where k

EntryManagerInterface

interface EntryManagerInterface Entry manager interface. Methods add(Entry $entry) Adds a new entry in the Ldap server. update(Entry $entry) Updates an entry from the Ldap server. remove(Entry $entry) Removes an entry from the Ldap server. Details add(Entry $entry) Adds a new entry in the Ldap server. Parameters Entry $entry update(Entry $entry) Updates an entry from the Ldap server. Pa

Acl::updateObjectFieldAce()

updateObjectFieldAce(int $index, string $field, int $mask, string $strategy = null) Updates an object-field-based ACE Parameters int $index string $field int $mask string $strategy if null the strategy should not be changed

Finder::create()

static Finder create() Creates a new Finder. Return Value Finder A new Finder instance

AnonymousToken

class AnonymousToken extends AbstractToken AnonymousToken represents an anonymous token. Methods __construct(string $secret, string|object $user, array $roles = array()) Constructor. RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername() Returns the username. from AbstractToken mixed getUser() Returns a user representation. from AbstractToken setUser(mixed $user) Sets a user. from AbstractToken bool isAuthenticated() Returns whethe