Process::stop()

int stop(int|float $timeout = 10, int $signal = null) Stops the process. Parameters int|float $timeout The timeout in seconds int $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9) Return Value int The exit-code of the process

SessionStorageInterface::getBag()

SessionBagInterface getBag(string $name) Gets a SessionBagInterface by name. Parameters string $name Return Value SessionBagInterface Exceptions InvalidArgumentException If the bag does not exist

MoFileLoader

class MoFileLoader extends FileLoader Constants MO_LITTLE_ENDIAN_MAGIC Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was little endian. MO_BIG_ENDIAN_MAGIC Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was big endian. MO_HEADER_SIZE The size of the header of a MO file in bytes. Methods MessageCatalogue load(mixed $resource, string $locale, string $dom

Comparator::setTarget()

setTarget(string $target) Sets the target value. Parameters string $target The target value

ChoiceListFactoryInterface::createListFromLoader()

ChoiceListInterface createListFromLoader(ChoiceLoaderInterface $loader, null|callable $value = null) Creates a choice list that is loaded with the given loader. Optionally, a callable can be passed for generating the choice values. The callable receives the choice as first and the array key as the second argument. Parameters ChoiceLoaderInterface $loader The choice loader null|callable $value The callable generating the choice values Return Value ChoiceListInterface The choice

NumberFormatter

class NumberFormatter Replacement for PHP's native {@link \NumberFormatter} class. The only methods currently supported in this class are: {@link __construct} {@link create} {@link formatCurrency} {@link format} {@link getAttribute} {@link getErrorCode} {@link getErrorMessage} {@link getLocale} {@link parse} {@link setAttribute} Constants PATTERN_DECIMAL DECIMAL CURRENCY PERCENT SCIENTIFIC SPELLOUT ORDINAL DURATION PATTERN_RULEBASED IGNORE DEFAULT_STY

PropelDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

Component\DependencyInjection\Extension

Classes Extension Provides useful features shared by many extensions. Interfaces ConfigurationExtensionInterface ConfigurationExtensionInterface is the interface implemented by container extension classes. ExtensionInterface ExtensionInterface is the interface implemented by container extension classes. PrependExtensionInterface

StubIntl deprecated

class StubIntl extends IntlGlobals deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Globals\IntlGlobals} instead. Alias of {@link \Symfony\Component\Intl\Globals\IntlGlobals}. Constants U_ZERO_ERROR Indicates that no error occurred. U_ILLEGAL_ARGUMENT_ERROR Indicates that an invalid argument was passed. U_PARSE_ERROR Indicates that the parse() operation failed. Methods static bool isFailure(int $errorCode) Returns whether the error cod

InputFormField

class InputFormField extends FormField InputFormField represents an input form field (an HTML input tag). For inputs with type of file, checkbox, or radio, there are other more specialized classes (cf. FileFormField and ChoiceFormField). Methods __construct(DOMElement $node) Constructor. from FormField string getName() Returns the name of the field. from FormField string|array getValue() Gets the value of the field. from FormField setValue(string $value) Sets the value of the