FragmentHandler

class FragmentHandler Renders a URI that represents a resource fragment. This class handles the rendering of resource fragments that are included into a main resource. The handling of the rendering is managed by specialized renderers. Methods __construct(RequestStack $requestStack, array $renderers = array(), bool $debug = false) Constructor. addRenderer(FragmentRendererInterface $renderer) Adds a renderer. string|null render(string|ControllerReference $uri, string $renderer =

Scope::has()

bool has(string $key) Tests if a data is visible from current scope. Parameters string $key Return Value bool

Event

class Event Event is the base class for classes containing event data. This class contains no event data. It is used by events that do not pass state information to an event handler when an event is raised. You can call the method stopPropagation() to abort the execution of further listeners in your event listener. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. stopPropagation() Stops the propagation of the event to further event lis

InputDefinition::getArgument()

InputArgument getArgument(string|int $name) Returns an InputArgument by name or by position. Parameters string|int $name The InputArgument name or position Return Value InputArgument An InputArgument object Exceptions InvalidArgumentException When argument given doesn't exist

PackageInterface deprecated::getVersion()

string getVersion() Returns the asset package version. Return Value string The version string

HttpKernelExtension::renderFragmentStrategy()

string renderFragmentStrategy(string $strategy, string|ControllerReference $uri, array $options = array()) Renders a fragment. Parameters string $strategy A strategy name string|ControllerReference $uri A URI as a string or a ControllerReference instance array $options An array of options Return Value string The fragment content See also FragmentHandler::render()

UrlGenerator::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context

LdapClient deprecated

class LdapClient implements LdapClientInterface deprecated The LdapClient class will be removed in Symfony 4.0. You should use the Ldap class instead. Methods __construct($host = null, $port = 389, $version = 3, $useSsl = false, $useStartTls = false, $optReferrals = false, LdapInterface $ldap = null) bind(string $dn = null, string $password = null) Return a connection bound to the ldap. QueryInterface query(string $dn, string $query, array $options = array()) Queries a ldap

TreeBuilder::buildTree()

NodeInterface buildTree() Builds the tree. Return Value NodeInterface Exceptions RuntimeException

Component\HttpFoundation\Session\Storage\Handler

Classes MemcacheSessionHandler MemcacheSessionHandler. MemcachedSessionHandler MemcachedSessionHandler. MongoDbSessionHandler MongoDB session handler NativeFileSessionHandler NativeFileSessionHandler. NativeSessionHandler NullSessionHandler NullSessionHandler. PdoSessionHandler PdoSessionHandler.