ResponseHeaderBag::allPreserveCase()

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

Entry::getStrategy()

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

ChoiceFormField::isDisabled()

bool isDisabled() Check if the current selected option is disabled. Return Value bool

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

ConfigCacheFactoryInterface

interface ConfigCacheFactoryInterface Interface for a ConfigCache factory. This factory creates an instance of ConfigCacheInterface and initializes the cache if necessary. Methods ConfigCacheInterface cache(string $file, callable $callable) Creates a cache instance and (re-)initializes it if necessary. Details ConfigCacheInterface cache(string $file, callable $callable) Creates a cache instance and (re-)initializes it if necessary. Parameters

PhpEngine::getCharset()

string getCharset() Gets the current charset. Return Value string The current charset

NativeSessionStorage::setOptions()

setOptions(array $options) Sets session.* ini variables. For convenience we omit 'session.' from the beginning of the keys. Explicitly ignores other ini keys. Parameters array $options Session ini directives array(key => value) See also http://php.net/session.configuration

NodeExtension::getName()

string getName() Returns extension name. Return Value string

TableStyle::getCellRowContentFormat()

string getCellRowContentFormat() Gets row cell content format. Return Value string