Acl::insertClassAce()

insertClassAce(SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts a class-based ACE Parameters SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

Request::getETags()

array getETags() Gets the Etags. Return Value array The entity tags

Scope deprecated::getName()

getName()

PropertyPath::getParent()

PropertyPath getParent() Returns the parent property path. The parent property path is the one that contains the same items as this one except for the last one. If this property path only contains one item, null is returned. Return Value PropertyPath The parent path or null

CountryType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

ResultIterator::next()

next()

OutputStyle::setVerbosity()

setVerbosity(int $level) Sets the verbosity of the output. Parameters int $level The level of verbosity (one of the VERBOSITY constants)

UserLoaderInterface

interface UserLoaderInterface Represents a class that loads UserInterface objects from Doctrine source for the authentication system. This interface is meant to facilitate the loading of a User from Doctrine source using a custom method. If you want to implement your own logic of retrieving the user from Doctrine your repository should implement this interface. Methods UserInterface|null loadUserByUsername(string $username) Loads the user for the given username. Details

Entry::getStrategy()

string getStrategy() The strategy for comparing masks Return Value string

ResponseHeaderBag::allPreserveCase()

array allPreserveCase() Returns the headers, with original capitalizations. Return Value array An array of headers