Connection::isBound()

bool isBound() Checks whether the connection was already bound or not. Return Value bool

MutableAclProvider::updateUserSecurityIdentity()

updateUserSecurityIdentity(UserSecurityIdentity $usid, string $oldUsername) Updates a user security identity when the user's username changes Parameters UserSecurityIdentity $usid string $oldUsername

EntryInterface::getAcl()

AclInterface getAcl() The ACL this ACE is associated with. Return Value AclInterface

Component\Intl\ResourceBundle\Transformer

Namespaces Symfony\Component\Intl\ResourceBundle\Transformer\Rule Classes BundleTransformer Compiles a number of resource bundles based on predefined compilation rules. CompilationContext Default implementation of {@link CompilationContextInterface}. StubbingContext Interfaces CompilationContextInterface Stores contextual information for resource bundle compilation. StubbingContextInterface

RoleHierarchy

class RoleHierarchy implements RoleHierarchyInterface RoleHierarchy defines a role hierarchy. Methods __construct(array $hierarchy) Constructor. RoleInterface[] getReachableRoles(array $roles) Returns an array of all reachable roles by the given ones. Details __construct(array $hierarchy) Constructor. Parameters array $hierarchy An array defining the hierarchy RoleInterface[] getReachableRoles(array $roles)

ContainerBuilder::getAliases()

Alias[] getAliases() Gets all defined aliases. Return Value Alias[] An array of aliases

Glob::append()

ValueInterface append(string $expr) Parameters string $expr Return Value ValueInterface

TimeZoneTransformer deprecated

class TimeZoneTransformer extends TimeZoneTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\TimeZoneTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\TimeZoneTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from TimeZoneTransformer string getReverseMatchingRegExp(int $length) Returns a re

DefinitionDecorator::getChanges()

array getChanges() Returns all changes tracked for the Definition object. Return Value array An array of changes for this Definition

Regex::setEndFlag()

Regex setEndFlag(bool $endFlag) Parameters bool $endFlag Return Value Regex