Method Fossilization

Method
Level
public function process(ContainerBuilder $container) ;
123
public function configureOptions(OptionsResolver $resolver) ;
114
protected function configure( ) { /**/ }
105
public static function getSubscribedEvents( ) ;
96
protected function execute(InputInterface $input, OutputInterface $output) : int { /**/ }
95
public function reset( ) ;
93
public function __construct(?EventDispatcherInterface $dispatcher = null, ?LoggerInterface $logger = null) { /**/ }
82
public function supports(MessageInterface $message) : bool ;
78
public function getBlockPrefix( ) ;
76
public function __construct(mixed $options = null, ?array $groups = null, mixed $payload = null) { /**/ }
73
public function __construct(?HttpClientInterface $client = null, ?EventDispatcherInterface $dispatcher = null) { /**/ }
73
abstract protected function doSend(MessageInterface $message) : SentMessage ;
73
abstract public static function createTransport(?HttpClientInterface $client = null) : TransportInterface ;
72
abstract public static function toStringProvider( ) : iterable ;
72
abstract public static function supportedMessagesProvider( ) : iterable ;
72
abstract public static function unsupportedMessagesProvider( ) : iterable ;
72
abstract protected function getSupportedSchemes( ) : array ;
71
public function create(Dsn $dsn) : TransportInterface ;
71
abstract public function createFactory( ) : TransportFactoryInterface ;
70
abstract public static function supportsProvider( ) : iterable ;
70
abstract public static function createProvider( ) : iterable ;
70
public static function unsupportedSchemeProvider( ) : iterable { /**/ }
69
public function __construct(?string $name = null) { /**/ }
68
public function buildForm(FormBuilderInterface $builder, array $options) ;
66
abstract protected function createValidator( ) : ConstraintValidatorInterface ;
65
public function validate(mixed $value, Constraint $constraint) ;
64
public function __construct(?ParameterBagInterface $parameterBag = null) { /**/ }
63
public function getParent( ) ;
62
public function compile( ) : void { /**/ }
62
public function isCompiled( ) : bool { /**/ }
59
public static function incompleteDsnProvider( ) : iterable { /**/ }
42
public function toArray( ) : array ;
41
public function getRecipientId( ) : ?string ;
41
public function buildView(FormView $view, FormInterface $form, array $options) ;
40
public function getParameter(string $name) : array|bool|string|int|float|\UnitEnum|null ;
40
public function hasParameter(string $name) : bool ;
40
public function setParameter(string $name, array|bool|string|int|float|\UnitEnum|null $value) : void ;
40
public function complete(CompletionInput $input, CompletionSuggestions $suggestions) : void { /**/ }
38
protected function setUp( ) : void { /**/ }
37
public function load(array $configs, ContainerBuilder $container) ;
37
public static function missingRequiredOptionProvider( ) : iterable { /**/ }
35
public function getRemovedIds( ) : array { /**/ }
35
protected function processValue(mixed $value, bool $isRoot = false) { /**/ }
35
public function reverseTransform(mixed $value) : mixed ;
33
public function getSupportedTypes(?string $format) : array ;
33
public function getSupportedTypes(?string $format) : array ;
32
public function transform(mixed $value) : mixed ;
31
abstract protected function createForm(array $options = [ ]) ;
31
public function supportsNormalization(mixed $data, ?string $format = null, array $context = [ ]) : bool ;
30
public function load(mixed $resource, ?string $type = null) : mixed ;
30
public function collect(Request $request, Response $response, ?\Throwable $exception = null) ;
28
public function getName( ) ;
28
public function getConfigTreeBuilder( ) : TreeBuilder ;
28
public function getAlias( ) ;
28
public function supportsDenormalization(mixed $data, string $type, ?string $format = null, array $context = [ ]) : bool ;
27
public function getDefaultOption( ) : ?string { /**/ }
27
public function supports(mixed $resource, ?string $type = null) : bool ;
27
public function testSubmitNull($expected = null, $norm = null, $view = null) { /**/ }
25
public static function getExtendedTypes( ) : iterable ;
24
public function configureOptions(OptionsResolver $resolver) : void ;
24
public function testSubmitNullUsesDefaultEmptyData($emptyData = 'empty', $expectedData = null) { /**/ }
24
public function normalize(mixed $object, ?string $format = null, array $context = [ ]) : array|string|int|float|bool|\ArrayObject|null ;
24
public function getConfiguration(array $config, ContainerBuilder $container) ;
24
public static function getSubscribedServices( ) : array ;
23
public function getProjectDir( ) : string ;
23
public function denormalize(mixed $data, string $type, ?string $format = null, array $context = [ ]) : mixed ;
23
public function getMessageKey( ) : string { /**/ }
23
public function testLabelDoesNotRenderFieldAttributes( ) { /**/ }
22
public function testLabelWithCustomAttributesPassedDirectly( ) { /**/ }
22
public function testLabelWithCustomTextAndCustomAttributesPassedDirectly( ) { /**/ }
22
public function testLabelWithCustomTextAsOptionAndCustomAttributesPassedDirectly( ) { /**/ }
22
public function buildForm(FormBuilderInterface $builder, array $options) : void ;
22
public function getTargets( ) : string|array { /**/ }
22
abstract protected function validateType(mixed $value) : void ;
22
public function registerBundles( ) : iterable ;
21
public function getCacheDir( ) : string ;
21
public function resolve(Request $request, ArgumentMetadata $argument) : iterable ;
21
public function __serialize( ) : array ;
21
public function __unserialize(array $data) : void ;
21
public function send(RawMessage $message, ?Envelope $envelope = null) : ?SentMessage ;
21
public function build(ContainerBuilder $container) ;
20
public function supports(Request $request) : ?bool ;
20
public function getParameterBag( ) : ParameterBagInterface { /**/ }
20
public function getNamespace( ) ;
20
public function getXsdValidationBasePath( ) ;
20
public function getLogDir( ) : string ;
19
public function handle(Envelope $envelope, StackInterface $stack) : Envelope ;
19
public function addConfiguration(NodeDefinition $builder) : void ;
19
public function request(string $method, string $url, array $options = [ ]) : ResponseInterface ;
18
public function __construct(int $statusCode, string $message = '', ?\Throwable $previous = null, array $headers = [ ], int $code = 0) { /**/ }
18
abstract public static function provideValidComparisons( ) : array ;
18
abstract public static function provideInvalidComparisons( ) : array ;
18
abstract protected static function createConstraint(?array $options = null) : Constraint ;
18
public function __construct(?string $env = null) { /**/ }
18
public function authenticate(Request $request) : Passport ;
18
public function createToken(Passport $passport, string $firewallName) : TokenInterface ;
18
public function onAuthenticationSuccess(Request $request, TokenInterface $token, string $firewallName) : ?Response ;
18
public function onAuthenticationFailure(Request $request, AuthenticationException $exception) : ?Response ;
18
public function create(Dsn $dsn) : TransportInterface ;
18
public function get( ) : iterable ;
18
public function ack(Envelope $envelope) : void ;
18
public function reject(Envelope $envelope) : void ;
18
public function handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true) : Response ;
17
protected function createException(string $message = '', ?\Throwable $previous = null, int $code = 0, array $headers = [ ]) : HttpException { /**/ }
17
public function warmUp(string $cacheDir, ?string $buildDir = null) : array ;
17
protected function getExtensions( ) { /**/ }
17
abstract protected function getSupportedSchemes( ) : array ;
17
public function createAuthenticator(ContainerBuilder $container, string $firewallName, array $config, string $userProviderId) : string|array ;
17
public function lateCollect( ) ;
16
abstract protected function extractAttributes(object $object, ?string $format = null, array $context = [ ]) : array ;
16
abstract protected function getAttributeValue(object $object, string $attribute, ?string $format = null, array $context = [ ]) : mixed ;
16
abstract public function getFactory( ) : TransportFactoryInterface ;
16
abstract public static function supportsProvider( ) : iterable ;
16
abstract public static function createProvider( ) : iterable ;
16
public function __serialize( ) : array { /**/ }
16
public function __unserialize(array $data) : void { /**/ }
16
public function __construct( ) { /**/ }
16
public function registerContainerConfiguration(LoaderInterface $loader) ;
15
public function supportsEncoding(string $format) : bool ;
15
public function loadUserByIdentifier(string $identifier) : UserInterface ;
15
public function save(Key $key) : void ;
15
public function delete(Key $key) : void ;
15
public function exists(Key $key) : bool ;
15
public function putOffExpiration(Key $key, float $ttl) : void ;
15
public function send(Envelope $envelope) : Envelope ;
15
public function __construct(string $name) { /**/ }
15
public function getKey( ) : string ;
15
public function testLabelOnForm( ) { /**/ }
14
public function supportsDecoding(string $format) : bool ;
14
abstract protected function doSave(array $values, int $lifetime) : array|bool ;
14
public static function unsupportedSchemeProvider( ) : iterable { /**/ }
14
public function isOptional( ) : bool ;
13
public function getRequiredOptions( ) : array { /**/ }
13
abstract protected function getStore( ) : PersistingStoreInterface ;
13
public static function incompleteDsnProvider( ) : iterable { /**/ }
13
public function getPriority( ) : int ;
13
public function getPath( ) : string ;
12
abstract protected function createRequestParser( ) : RequestParserInterface ;
12
public function finishView(FormView $view, FormInterface $form, array $options) ;
12
public function encode(mixed $data, string $format, array $context = [ ]) : string ;
12
public static function setUpBeforeClass( ) : void { /**/ }
12
protected function __construct(string $namespace = '', int $defaultLifetime = 0) { /**/ }
12
abstract public function formatCatalogue(MessageCatalogue $messages, string $domain, array $options = [ ]) : string ;
12
abstract protected function getExtension( ) : string ;
12
public function refreshUser(UserInterface $user) : UserInterface ;
12
public function supportsClass(string $class) : bool ;
12
public function getPassword( ) : ?string ;
12
public function supports(Request $request) : ?bool ;
12
public function authenticate(RequestEvent $event) : void ;
12
public function compile(Compiler $compiler) : void { /**/ }
12
public function toArray( ) : array { /**/ }
12
public function testLabelHtmlDefaultIsFalse( ) { /**/ }
11
public function testLabelHtmlIsTrue( ) { /**/ }
11
public function testCheckboxRowWithHelp( ) { /**/ }
11
public function getLocale( ) : string ;
11
public function shouldRetry(AsyncContext $context, ?string $responseContent, ?TransportExceptionInterface $exception) : ?bool ;
11
public function decode(string $data, string $format, array $context = [ ]) : mixed ;
11
abstract protected function getCompositeOption( ) : string ;
11
public function createCachePool(int $defaultLifetime = 0, ?string $testMethod = null) : CacheItemPoolInterface { /**/ }
11
public function configure(DefinitionConfigurator $definition) : void ;
11
public function __toString( ) : string ;
11
public function __construct(array $roles = [ ]) { /**/ }
11
abstract public static function getCompileData( ) ;
11
abstract public static function getDumpData( ) ;
11
abstract protected function doSendApi(SentMessage $sentMessage, Email $email, Envelope $envelope) : ResponseInterface ;
11
public function getMessageCount( ) : int ;
11
abstract protected function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method, object $annot) ;
11
public function __construct(string|array|ArgumentInterface|null $value = null, ?string $service = null, ?string $expression = null, ?string $env = null, ?string $param = null, bool|string|array $lazy = false, ) { /**/ }
11
public function hash(string $plainPassword) : string ;
11
public function verify(string $hashedPassword, string $plainPassword) : bool ;
11
public function matches(Request $request) : bool ;
11
protected static function createKernel(array $options = [ ]) : KernelInterface { /**/ }
11
public function testRadioRowWithHelp( ) { /**/ }
10
public function trans(string $id, array $parameters = [ ], ?string $domain = null, ?string $locale = null) : string ;
10
public function getLocale( ) : string ;
10
public function __construct(string $environment, bool $debug) { /**/ }
10
protected function build(ContainerBuilder $container) : void { /**/ }
10
abstract protected function setAttributeValue(object $object, string $attribute, mixed $value, ?string $format = null, array $context = [ ]) : void ;
10
public function __construct(?ClassMetadataFactoryInterface $classMetadataFactory = null, ?NameConverterInterface $nameConverter = null, array $defaultContext = [ ]) { /**/ }
10
public function loadClassMetadata(ClassMetadata $metadata) : bool ;
10
abstract protected function compareValues(mixed $value1, mixed $value2) : bool ;
10
protected function getErrorCode( ) : ?string { /**/ }
10
abstract public static function provideValidComparisonsToPropertyPath( ) : array ;
10
abstract public static function provideComparisonsToNullValueAtPropertyPath( ) ;
10
protected function getErrorCode( ) : ?string { /**/ }
10
abstract protected function doClear(string $namespace) : bool ;
10
abstract protected function doDelete(array $ids) : bool ;
10
public function getItem(mixed $key) : CacheItem ;
10
public function import(mixed $resource, ?string $type = null) : mixed { /**/ }
10
abstract protected function finalizeValue(mixed $value) : mixed ;
10
protected function instantiateNode( ) : VariableNode { /**/ }
10
public function isFresh(int $timestamp) : bool ;
10
public function getRoles( ) : array ;
10
public function eraseCredentials( ) : void ;
10
public function getUserIdentifier( ) : string ;
10
public function upgradePassword(PasswordAuthenticatedUserInterface $user, string $newHashedPassword) : void ;
10
public function vote(TokenInterface $token, mixed $subject, array $attributes) : int ;
10
public function __construct(array $nodes = [ ], array $attributes = [ ]) { /**/ }
10
public function evaluate(array $functions, array $values) : mixed { /**/ }
10
public function __construct(string $uuid, bool $checkVariant = false) { /**/ }
10
public function getTypes(string $class, string $property, array $context = [ ]) : ?array ;
10
public function createTransport(string $dsn, array $options, SerializerInterface $serializer) : TransportInterface ;
10
public function supports(string $dsn, array $options) : bool ;
10
public function encodeString(string $string, ?string $charset = 'utf-8', int $firstLineOffset = 0, int $maxLineLength = 0) : string ;
10
abstract public function getMediaType( ) : string ;
10
abstract public function getMediaSubtype( ) : string ;
10
abstract public static function getToStringConversionTestData( ) ;
10
abstract public static function getSpecificityValueTestData( ) ;
10
public function getSpecificity( ) : Specificity ;
10
abstract protected function getTemplatePaths( ) : array ;
9
abstract protected function getTwigExtensions( ) : array ;
9
abstract protected function getThemes( ) : array ;
9
public function stream(ResponseInterface|iterable $responses, ?float $timeout = null) : ResponseStreamInterface ;
9
abstract protected function getRequestMatcher( ) : RequestMatcherInterface ;
9
abstract protected function doParse(Request $request, string $secret) : ?RemoteEvent ;
9
public function getMetadataFor(mixed $value) : MetadataInterface ;
9
public function hasMetadataFor(mixed $value) : bool ;
9
protected function setUp( ) : void { /**/ }
9
abstract protected function doFetch(array $ids) : iterable ;
9
abstract protected function doHave(string $id) : bool ;
9
public function load(mixed $resource, string $locale, string $domain = 'messages') : MessageCatalogue ;
9
public function getRecipientId( ) : ?string ;
9
public function getSubject( ) : string ;
9
public function getOptions( ) : ?MessageOptionsInterface ;
9
public function getTransport( ) : ?string ;
9
public function toArray( ) : array ;
9
public function getExtensionAlias( ) : string ;
9
public function __serialize( ) : array { /**/ }
9
public function __unserialize(array $data) : void { /**/ }
9
public static function getPriority( ) : int ;
9
public function start(Request $request, ?AuthenticationException $authException = null) : Response ;
9
public function isResolved( ) : bool ;
9
abstract public static function getEvaluateData( ) ;
9
abstract protected function doSend(SentMessage $message) : void ;
9
public function getBodyAsString( ) : string ;
9
public function supports(MappedAsset $asset) : bool ;
9
public function compile(string $content, MappedAsset $asset, AssetMapperInterface $assetMapper) : string ;
9
public function testHelp( ) { /**/ }
8
public function testErrors( ) { /**/ }
8
public function testSingleChoiceAttributesWithMainAttributes( ) { /**/ }
8
public function testMoney( ) { /**/ }
8
public function testPercent( ) { /**/ }
8
public function testPercentCustomSymbol( ) { /**/ }
8
public function testRange( ) { /**/ }
8
public function testRangeWithMinMaxValues( ) { /**/ }
8
public function testTimeoutOnDestruct( ) { /**/ }
8
public function setLocale(string $locale) ;
8
public function boot( ) ;
8
public function __construct(HttpKernelInterface $kernel, Request $request, ?int $requestType) { /**/ }
8
protected function createRequest(string $payload) : Request { /**/ }
8
protected function loadTypeExtensions( ) : array { /**/ }
8
public function request(string $method, string $url, array $options = [ ]) : ResponseInterface { /**/ }
8
public function getMetadataFor(string|object $value) : ClassMetadataInterface ;
8
public function hasMetadataFor(mixed $value) : bool ;
8
public function normalize(string $propertyName) : string ;
8
public function denormalize(string $propertyName) : string ;
8
protected function createChildContext(array $parentContext, string $attribute, ?string $format) : array { /**/ }
8
public function prune( ) : bool ;
8
public function getItems(array $keys = [ ]) : iterable ;
8
public function clear(string $prefix = '') : bool ;
8
abstract protected function loadResource(string $resource) : array ;
8
public function toArray( ) : array ;
8
protected function getValidPlaceholderTypes( ) : array { /**/ }
8
public function consumeRememberMeCookie(RememberMeDetails $rememberMeDetails) : UserInterface ;
8
public function isInteractive( ) : bool ;
8
public function getProperties(string $class, array $context = [ ]) : ?array ;
8
public function __construct(public ?string $event = null, public ?string $method = null, public int $priority = 0, public ?string $dispatcher = null, ) { /**/ }
8
public function getRunner(?object $application) : RunnerInterface ;
8
abstract protected function doRequest(object $request) ;
8
protected function getScript(object $request) { /**/ }
8
public function __construct(object $subject, Marking $marking, ?Transition $transition = null, ?WorkflowInterface $workflow = null) { /**/ }
8
public function dump(Data $data) ;
8
public function __construct(?string $content = '', int $status = 200, array $headers = [ ]) { /**/ }
8
abstract protected function doRead(string $sessionId) : string ;
8
abstract protected function doWrite(string $sessionId, string $data) : bool ;
8
abstract protected function doDestroy(string $sessionId) : bool ;
8
public function describe(OutputInterface $output, object $object, array $options = [ ]) : void ;
8
public function getSubscribedSignals( ) : array ;
8
public function handleSignal(int $signal, int|false $previousExitCode = 0) : int|false ;
8
public function withOptions(array $options) : static ;
7
public function getInfo(?string $type = null) : mixed ;
7
abstract protected function getHttpClient(string $testCase) : HttpClientInterface ;
7
public function get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null) : mixed ;
7
public function trans(TranslatorInterface $translator, ?string $locale = null) : string ;
7
public function dispatch(object $event, ?string $eventName = null) : object ;
7
public function __construct(public string $resolver, public bool $disabled = false, ) { /**/ }
7
public function getArguments(Request $request, callable $controller, ?\ReflectionFunctionAbstract $reflector = null) : array ;
7
public function getController(Request $request) : callable|false ;
7
protected function getSecret( ) : string { /**/ }
7
public function isSubmitted( ) : bool ;
7
public function isSynchronized( ) : bool ;
7
abstract protected function createDateTimeTransformer(?string $inputTimezone = null, ?string $outputTimezone = null) : BaseDateTimeTransformer ;
7
public function loadChoicesForValues(array $values, ?callable $value = null) : array ;
7
public function loadValuesForChoices(array $choices, ?callable $value = null) : array ;
7
public function denormalize(DenormalizerInterface $denormalizer, array|string|int|float|bool $data, ?string $format = null, array $context = [ ]) : void ;
7
public function validatedBy( ) : string { /**/ }
7
public function getUrl(string $path) : string ;
7
abstract protected static function getPath( ) : string ;
7
abstract protected function scanLocales(LocaleScanner $scanner, string $sourceDir) : array ;
7
abstract protected function compileTemporaryBundles(BundleCompilerInterface $compiler, string $sourceDir, string $tempDir) : void ;
7
abstract protected function preGenerate( ) : void ;
7
abstract protected function generateDataForLocale(BundleEntryReaderInterface $reader, string $tempDir, string $displayLocale) : ?array ;
7
abstract protected function generateDataForRoot(BundleEntryReaderInterface $reader, string $tempDir) : ?array ;
7
abstract protected function generateDataForMeta(BundleEntryReaderInterface $reader, string $tempDir) : ?array ;
7
public function write(TranslatorBagInterface $translatorBag) : void ;
7
public function read(array $domains, array $locales) : TranslatorBag ;
7
public function delete(TranslatorBagInterface $translatorBag) : void ;
7
public function send(MessageInterface $message) : ?SentMessage ;
7
public function notify(Notification $notification, RecipientInterface $recipient, ?string $transportName = null) : void ;
7
public function supports(Notification $notification, RecipientInterface $recipient) : bool ;
7
public function hasDefaultValue( ) : bool ;
7
public function getDefaultValue( ) : mixed ;
7
public function getFunctions( ) : array ;
7
public function isReadable(string $class, string $property, array $context = [ ]) : ?bool ;
7
public function isWritable(string $class, string $property, array $context = [ ]) : ?bool ;
7
public function saveRead(Key $key) : void ;
7
abstract protected function getClockDelay( ) : int ;
7
abstract protected function getStore( ) ;
7
public function getNextRunDate(\DateTimeImmutable $run) : ?\DateTimeImmutable ;
7
public function __construct(array $server = [ ], ?History $history = null, ?CookieJar $cookieJar = null) { /**/ }
7
public function setBody(mixed $body) : void ;
7
public function getBody( ) : mixed ;
7
public static function provideBytesAt( ) : array { /**/ }
7
public static function provideLength( ) : array { /**/ }
7
public function getName( ) : string ;
7
abstract public static function getHandleValueTestData( ) ;
7
abstract public static function getDontHandleValueTestData( ) ;
7
abstract protected function generateHandler( ) ;
7
public function handle(Reader $reader, TokenStream $stream) : bool ;
7
public function prependExtension(ContainerConfigurator $container, ContainerBuilder $builder) : void ;
7
public function loadExtension(array $config, ContainerConfigurator $container, ContainerBuilder $builder) : void ;
7
public function get(string $name) : array|bool|string|int|float|\UnitEnum|null ;
7
public function __construct(ServicesConfigurator $parent, Definition $definition, ?string $id = null, array $defaultTags = [ ]) { /**/ }
7
public function needsRehash(string $hashedPassword) : bool ;
7
abstract protected function createRedisClient(string $host) : \Redis|Relay|\RedisArray|\RedisCluster|\Predis\Client ;
7
public function start( ) : bool ;
7
public function __construct(?int $verbosity = self::VERBOSITY_NORMAL, bool $decorated = false, ?OutputFormatterInterface $formatter = null) { /**/ }
7
abstract protected function doWrite(string $message, bool $newline) : void ;
7
abstract public function postGenerateSchema(GenerateSchemaEventArgs $event) : void ;
6
protected function getCasters( ) : array { /**/ }
6
public function getContainerExtension( ) : ?ExtensionInterface ;
6
public function getName( ) : string ;
6
public function countErrors(?Request $request = null) : int ;
6
public function guessType(string $class, string $property) : ?Guess\TypeGuess ;
6
public function guessRequired(string $class, string $property) : ?Guess\ValueGuess ;
6
public function guessMaxLength(string $class, string $property) : ?Guess\ValueGuess ;
6
public function guessPattern(string $class, string $property) : ?Guess\ValueGuess ;
6
abstract public function request(string $method, string $url, array $options = [ ]) : ResponseInterface ;
6
protected function isAllowedAttribute(object|string $classOrObject, string $attribute, ?string $format = null, array $context = [ ]) : bool { /**/ }
6
protected function instantiateObject(array &$data, string $class, array &$context, \ReflectionClass $reflectionClass, array|bool $allowedAttributes, ?string $format = null) : object { /**/ }
6
public function reserve(int $tokens = 1, ?float $maxTime = null) : Reservation ;
6
public function consume(int $tokens = 1) : RateLimit ;
6
protected function setUp( ) : void { /**/ }
6
public function marshall(array $values, ?array &$failed) : array ;
6
public function unmarshall(string $value) : mixed ;
6
public function read(string $path, string $locale) : mixed ;
6
abstract public static function createProvider(HttpClientInterface $client, LoaderInterface $loader, LoggerInterface $logger, string $defaultLocale, string $endpoint) : ProviderInterface ;
6
abstract public function createFactory( ) : ProviderFactoryInterface ;
6
abstract protected function getSupportedSchemes( ) : array ;
6
public function create(Dsn $dsn) : ProviderInterface ;
6
abstract protected function normalizeValue(mixed $value) : mixed ;
6
abstract protected function mergeValues(mixed $leftSide, mixed $rightSide) : mixed ;
6
protected function isValueEmpty(mixed $value) : bool { /**/ }
6
public function supportsAttribute(string $attribute) : bool ;
6
public function supportsType(string $subjectType) : bool ;
6
public function decide(\Traversable $results) : bool ;
6
public function getMessageData( ) : array { /**/ }
6
public function clearRememberMeCookie( ) : void ;
6
public function onAuthenticationFailure(Request $request, AuthenticationException $exception) : Response ;
6
public function onAuthenticationSuccess(Request $request, TokenInterface $token) : ?Response ;
6
public function getShortDescription(string $class, string $property, array $context = [ ]) : ?string ;
6
public function getLongDescription(string $class, string $property, array $context = [ ]) : ?string ;
6
public function isInitializable(string $class, string $property, array $context = [ ]) : ?bool ;
6
public function addListener(string $eventName, callable $listener, int $priority = 0) : void ;
6
abstract protected function getStore( ) : PersistingStoreInterface ;
6
abstract protected function getRedisConnection( ) : \Redis|Relay|\RedisArray|\RedisCluster|\Predis\ClientInterface ;
6
public function getSchedule( ) : Schedule ;
6
public function dispatch(object $message, array $stamps = [ ]) : Envelope ;
6
abstract protected function getRedisConnection( ) : \Redis|Relay|\RedisArray|\RedisCluster|\Predis\ClientInterface ;
6
public function dump(Definition $definition, ?Marking $marking = null, array $options = [ ]) : string ;
6
public function convert(array $payload) : RemoteEvent ;
6
public function __construct(iterable|string $message) { /**/ }
6
public function getPreparedHeaders( ) : Headers { /**/ }
6
abstract public function bodyToString( ) : string ;
6
abstract public function bodyToIterable( ) : iterable ;
6
protected function getUrlMatcher(RouteCollection $routes, ?RequestContext $context = null) { /**/ }
6
public function getFunctionTranslators( ) : array ;
6
public function getPseudoClassTranslators( ) : array ;
6
public function parse(string $source) : array ;
6
public function getContext( ) : ?array ;
6
public static function getProvidedTypes( ) : array ;
6
public function set(string $id, ?object $service) : void ;
6
public function get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE) : ?object ;
6
public function has(string $id) : bool ;
6
public function prepend(ContainerBuilder $container) ;
6
public function getName( ) : string ;
6
public function initialize(array &$array) : void ;
6
public function getStorageKey( ) : string ;
6
public function clear( ) : mixed ;
6
public function __toString( ) : string ;
6
abstract protected function getDescriptor( ) ;
6
abstract protected static function getFormat( ) ;
6
public function write(string|iterable $messages, bool $newline = false, int $options = 0) : void ;
6
public function writeln(string|iterable $messages, int $options = 0) : void ;
6
public function setVerbosity(int $level) : void ;
6
public function setDecorated(bool $decorated) : void ;
6
public function setFormatter(OutputFormatterInterface $formatter) : void ;
6
abstract protected function describeInputArgument(InputArgument $argument, array $options = [ ]) : void ;
6
abstract protected function describeInputOption(InputOption $option, array $options = [ ]) : void ;
6
abstract protected function describeInputDefinition(InputDefinition $definition, array $options = [ ]) : void ;
6
abstract protected function describeCommand(Command $command, array $options = [ ]) : void ;
6
abstract protected function describeApplication(Application $application, array $options = [ ]) : void ;
6
protected function interact(InputInterface $input, OutputInterface $output) { /**/ }
6
public function getName( ) : string ;
6
private function configureContainer(ContainerConfigurator $container, LoaderInterface $loader, ContainerBuilder $builder) : void { /**/ }
6
private function configureRoutes(RoutingConfigurator $routes) : void { /**/ }
6
abstract protected function handleForManager(EntityManagerInterface $entityManager, Envelope $envelope, StackInterface $stack) : Envelope ;
5
public function testRow( ) { /**/ }
5
public function isFirst( ) : bool ;
5
public function isLast( ) : bool ;
5
public function getInformationalStatus( ) : ?array ;
5
public function get(string $id) : mixed ;
5
public function getBundles( ) : array ;
5
public function getBuildDir( ) : string ;
5
public function testHeadersSetter($headers) { /**/ }
5
public function render(string|ControllerReference $uri, Request $request, array $options = [ ]) : Response ;
5
public function getLogs(?Request $request = null) : array ;
5
public function submit(string|array|null $submittedData, bool $clearMissing = true) : static ;
5
public function getType(string $name) : FormTypeInterface ;
5
public function hasType(string $name) : bool ;
5
public function getTypeExtensions(string $name) : array ;
5
public function hasTypeExtensions(string $name) : bool ;
5
public function getTypeGuesser( ) : ?FormTypeGuesserInterface ;
5
public function getForm( ) : FormInterface ;
5
public function mapDataToForms(mixed $viewData, \Traversable $forms) : void ;
5
public function mapFormsToData(\Traversable $forms, mixed &$viewData) : void ;
5
public function getFormConfig( ) : FormConfigInterface ;
5
public function __construct(?string $inputTimezone = null, ?string $outputTimezone = null) { /**/ }
5
protected function getTestOptions( ) : array { /**/ }
5
public function __construct(?HttpClientInterface $client = null) { /**/ }
5
abstract protected static function schedule(self $response, array &$runningResponses) : void ;
5
abstract protected static function perform(ClientState $multi, array &$responses) : void ;
5
abstract protected static function select(ClientState $multi, float $timeout) : int ;
5
public function serialize(mixed $data, string $format, array $context = [ ]) : string ;
5
public function deserialize(mixed $data, string $type, string $format, array $context = [ ]) : mixed ;
5
public function setSerializer(SerializerInterface $serializer) : void ;
5
public function loadClassMetadata(ClassMetadataInterface $classMetadata) : bool ;
5
abstract protected function getNormalizerForCircularReference(array $defaultContext) : NormalizerInterface ;
5
abstract protected function getSelfReferencingModel( ) ;
5
protected function tearDown( ) : void { /**/ }
5
public function testThrowsConstraintExceptionIfNoValueOrPropertyPath($options) { /**/ }
5
public function testThrowsConstraintExceptionIfBothValueAndPropertyPath( ) { /**/ }
5
public function testValidComparisonToPropertyPath($comparedValue) { /**/ }
5
public function testInvalidValuePath( ) { /**/ }
5
public function testInvalidComparisonToPropertyPathAddsPathAsParameter( ) { /**/ }
5
public function testThrowsOnInvalidStringDates(AbstractComparison $constraint, $expectedMessage, $value) { /**/ }
5
public function getId( ) : string ;
5
public function getExpirationTime( ) : ?int ;
5
public function getCatalogue(?string $locale = null) : MessageCatalogueInterface ;
5
public function getCatalogues( ) : array ;
5
public function toArray( ) : array ;
5
public function getNotification( ) : ?Notification ;
5
public function locate(string $name, ?string $currentPath = null, bool $first = true) : string|array ;
5
abstract protected function createNode( ) : NodeInterface ;
5
abstract public static function provideStrategyTests( ) : iterable ;
5
public function __toString( ) : string ;
5
public function getUserIdentifier( ) : string ;
5
public function getRoleNames( ) : array ;
5
public function getUser( ) : ?UserInterface ;
5
public function setUser(UserInterface $user) : void ;
5
public function eraseCredentials( ) : void ;
5
public function getAttributes( ) : array ;
5
public function setAttributes(array $attributes) : void ;
5
public function hasAttribute(string $name) : bool ;
5
public function getAttribute(string $name) : mixed ;
5
public function setAttribute(string $name, mixed $value) : void ;
5
public function extractAccessToken(Request $request) : ?string ;
5
public function getUserBadgeFrom(string $accessToken) : UserBadge ;
5
public function createRememberMeCookie(UserInterface $user) : void ;
5
public function getDateTime( ) : \DateTimeImmutable ;
5
public function getTypesFromConstructor(string $class, string $property) : ?array ;
5
public function run( ) : int ;
5
public function waitAndSave(Key $key) : void ;
5
abstract protected function getStore( ) : PersistingStoreInterface ;
5
public function authenticate(EsmtpTransport $client) : void ;
5
public function getAuthKeyword( ) : string ;
5
abstract protected static function getContainer(array $array) ;
5
public function render(\Throwable $exception) : FlattenException ;
5
abstract private function process(array $jobs) : void ;
5
public function setup( ) : void ;
5
abstract protected function toRegex(string $str) : string ;
5
abstract protected function getRawUri( ) : string ;
5
abstract protected function setNode(\DOMElement $node) : void ;
5
abstract protected function initialize( ) : void ;
5
public function isGuesserSupported( ) : bool ;
5
public function guessMimeType(string $path) : ?string ;
5
public function asDebugString( ) : string { /**/ }
5
abstract public function join(array $strings, ?string $lastGlue = null) : static ;
5
abstract public function replaceMatches(string $fromRegexp, string|callable $to) : static ;
5
public function setContext(RequestContext $context) : void ;
5
public function getContext( ) : RequestContext ;
5
public function redirect(string $path, string $route, ?string $scheme = null) : array ;
5
public function match(string $pathinfo) : array ;
5
public function generate(string $name, array $parameters = [ ], int $referenceType = self::ABSOLUTE_PATH) : string ;
5
public function addChild(self $node) : void ;
5
public function getParent( ) : ?self ;
5
public function render( ) : string ;
5
public function __construct(string $name, string|int|float|null $value = null) { /**/ }
5
public function loadEnvVars( ) : array ;
5
public function getValues( ) : array ;
5
public function setValues(array $values) : void ;
5
public function clear( ) : void ;
5
public function add(array $parameters) : void ;
5
public function all( ) : array ;
5
public function remove(string $name) : void ;
5
public function set(string $name, array|bool|string|int|float|\UnitEnum|null $value) : void ;
5
public function has(string $name) : bool ;
5
public function resolve( ) : void ;
5
public function __construct(array $parameters = [ ]) { /**/ }
5
public function dump(array $options = [ ]) : string|array ;
5
public function sleep(float|int $seconds) : void ;
5
public function withTimeZone(\DateTimeZone|string $timezone) : static ;
5
public function __construct(string $path, bool $checkPath = true) { /**/ }
5
public function regenerate(bool $destroy = false, ?int $lifetime = null) : bool ;
5
public function save( ) : void ;
5
public function clear( ) : void ;
5
public function __construct(string $name = 'UNKNOWN', string $version = 'UNKNOWN') { /**/ }
5
public function __construct(?InputDefinition $definition = null) { /**/ }
5
public function isEnabled( ) : bool { /**/ }
5
public function create(ContainerBuilder $container, string $id, array $config) : void ;
5
public function getKey( ) : string ;
5
public function addConfiguration(NodeDefinition $builder) : void ;
5
public static function getTemplate( ) : ?string ;
5
protected static function getKernelClass( ) : string { /**/ }
5
abstract protected static function getDescriptor( ) ;
5
abstract protected static function getFormat( ) ;
5
public function getCacheDir( ) : string { /**/ }
5
public function getLogDir( ) : string { /**/ }
5
public function registerBundles( ) : iterable { /**/ }
5
abstract protected function describeRouteCollection(RouteCollection $routes, array $options = [ ]) : void ;
5
abstract protected function describeRoute(Route $route, array $options = [ ]) : void ;
5
abstract protected function describeContainerParameters(ParameterBag $parameters, array $options = [ ]) : void ;
5
abstract protected function describeContainerTags(ContainerBuilder $container, array $options = [ ]) : void ;
5
abstract protected function describeContainerService(object $service, array $options = [ ], ?ContainerBuilder $container = null) : void ;
5
abstract protected function describeContainerServices(ContainerBuilder $container, array $options = [ ]) : void ;
5
abstract protected function describeContainerDeprecations(ContainerBuilder $container, array $options = [ ]) : void ;
5
abstract protected function describeContainerDefinition(Definition $definition, array $options = [ ], ?ContainerBuilder $container = null) : void ;
5
abstract protected function describeContainerAlias(Alias $alias, array $options = [ ], ?ContainerBuilder $container = null) : void ;
5
abstract protected function describeContainerParameter(mixed $parameter, ?array $deprecation, array $options = [ ]) : void ;
5
abstract protected function describeContainerEnvVars(array $envs, array $options = [ ]) : void ;
5
abstract protected function describeEventDispatcherListeners(EventDispatcherInterface $eventDispatcher, array $options = [ ]) : void ;
5
abstract protected function describeCallable(mixed $callable, array $options = [ ]) : void ;
5
public function testCheckedCheckbox( ) { /**/ }
4
public function testUncheckedCheckbox( ) { /**/ }
4
public function testCheckboxWithValue( ) { /**/ }
4
public function testSingleChoice( ) { /**/ }
4
public function testSingleChoiceWithoutTranslation( ) { /**/ }
4
public function testSingleChoiceWithPlaceholderWithoutTranslation( ) { /**/ }
4
public function testSingleChoiceAttributes( ) { /**/ }
4
public function testSingleExpandedChoiceAttributesWithMainAttributes( ) { /**/ }
4
public function testSingleChoiceWithPreferred( ) { /**/ }
4
public function testSingleChoiceWithPreferredAndNoSeparator( ) { /**/ }
4
public function testSingleChoiceWithPreferredAndBlankSeparator( ) { /**/ }
4
public function testChoiceWithOnlyPreferred( ) { /**/ }
4
public function testSingleChoiceNonRequired( ) { /**/ }
4
public function testSingleChoiceNonRequiredNoneSelected( ) { /**/ }
4
public function testSingleChoiceNonRequiredWithPlaceholder( ) { /**/ }
4
public function testSingleChoiceRequiredWithPlaceholder( ) { /**/ }
4
public function testSingleChoiceRequiredWithPlaceholderViaView( ) { /**/ }
4
public function testSingleChoiceGrouped( ) { /**/ }
4
public function testMultipleChoice( ) { /**/ }
4
public function testMultipleChoiceAttributes( ) { /**/ }
4
public function testMultipleChoiceSkipsPlaceholder( ) { /**/ }
4
public function testMultipleChoiceNonRequired( ) { /**/ }
4
public function testSingleChoiceExpanded( ) { /**/ }
4
public function testSingleChoiceExpandedWithoutTranslation( ) { /**/ }
4
public function testSingleChoiceExpandedAttributes( ) { /**/ }
4
public function testSingleChoiceExpandedWithPlaceholder( ) { /**/ }
4
public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation( ) { /**/ }
4
public function testSingleChoiceExpandedWithBooleanValue( ) { /**/ }
4
public function testMultipleChoiceExpanded( ) { /**/ }
4
public function testMultipleChoiceExpandedWithoutTranslation( ) { /**/ }
4
public function testMultipleChoiceExpandedAttributes( ) { /**/ }
4
public function testCountry( ) { /**/ }
4
public function testCountryWithPlaceholder( ) { /**/ }
4
public function testDateTime( ) { /**/ }
4
public function testDateTimeWithPlaceholderGlobal( ) { /**/ }
4
public function testDateTimeWithHourAndMinute( ) { /**/ }
4
public function testDateTimeWithSeconds( ) { /**/ }
4
public function testDateTimeSingleText( ) { /**/ }
4
public function testDateChoice( ) { /**/ }
4
public function testDateChoiceWithPlaceholderGlobal( ) { /**/ }
4
public function testDateChoiceWithPlaceholderOnYear( ) { /**/ }
4
public function testDateText( ) { /**/ }
4
public function testBirthDay( ) { /**/ }
4
public function testBirthDayWithPlaceholder( ) { /**/ }
4
public function testFile( ) { /**/ }
4
public function testLanguage( ) { /**/ }
4
public function testLocale( ) { /**/ }
4
public function testPercentNoSymbol( ) { /**/ }
4
public function testCheckedRadio( ) { /**/ }
4
public function testUncheckedRadio( ) { /**/ }
4
public function testRadioWithValue( ) { /**/ }
4
public function testTime( ) { /**/ }
4
public function testTimeWithSeconds( ) { /**/ }
4
public function testTimeText( ) { /**/ }
4
public function testTimeWithPlaceholderGlobal( ) { /**/ }
4
public function testTimeWithPlaceholderOnYear( ) { /**/ }
4
public function testTimezone( ) { /**/ }
4
public function testTimezoneWithPlaceholder( ) { /**/ }
4
public function testButtonAttributeNameRepeatedIfTrue( ) { /**/ }
4
public function testColor( ) { /**/ }
4
public function testWeekChoices( ) { /**/ }
4
public function testHelpAttr( ) { /**/ }
4
public function testHelpHtmlDefaultIsFalse( ) { /**/ }
4
public function testHelpHtmlIsFalse( ) { /**/ }
4
public function testHelpHtmlIsTrue( ) { /**/ }
4
public function cancel( ) : void ;
4
public function delete(string $key) : bool ;
4
public function get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null) : mixed { /**/ }
4
public function invalidateTags(array $tags) : bool ;
4
public function get(string $id) : mixed { /**/ }
4
public function terminate(Request $request, Response $response) : void ;
4
public function __construct(EventDispatcherInterface $dispatcher, ControllerResolverInterface $resolver, ?RequestStack $requestStack = null, ?ArgumentResolverInterface $argumentResolver = null, bool $handleAllThrowables = false) { /**/ }
4
public function __sleep( ) : array { /**/ }
4
public function __wakeup( ) : void { /**/ }
4
protected function createControllerResolver(?LoggerInterface $logger = null) { /**/ }
4
protected function instantiateController(string $class) : object { /**/ }
4
public function configure(RemoteEvent $event, string $secret, HttpOptions $options) : void ;
4
public function finishView(FormView $view, FormInterface $form, array $options) : void ;
4
protected function loadTypes( ) : array { /**/ }
4
protected function loadTypeGuesser( ) : ?FormTypeGuesserInterface { /**/ }
4
public function getValue(object|array $viewData, FormInterface $form) : mixed ;
4
public function setValue(object|array &$viewData, mixed $value, FormInterface $form) : void ;
4
public function isReadable(object|array $viewData, FormInterface $form) : bool ;
4
public function isWritable(object|array $viewData, FormInterface $form) : bool ;
4
public function testPassMultipartFalseToView( ) { /**/ }
4
abstract protected function getBuilder($name = 'name') : FormBuilderInterface ;
4
abstract protected function getData(array $data) ;
4
abstract protected function loadChoices( ) : iterable ;
4
public function createListFromChoices(iterable $choices, ?callable $value = null, ?callable $filter = null) : ChoiceListInterface ;
4
public function createListFromLoader(ChoiceLoaderInterface $loader, ?callable $value = null, ?callable $filter = null) : ChoiceListInterface ;
4
public function createView(ChoiceListInterface $list, array|callable|null $preferredChoices = null, callable|false|null $label = null, ?callable $index = null, ?callable $groupBy = null, array|callable|null $attr = null, array|callable $labelTranslationParameters = [ ], bool $duplicatePreferredChoices = true) : ChoiceListView ;
4
public function withOptions(array $options) : static { /**/ }
4
abstract protected function close( ) : void ;
4
abstract protected function getLoaderForContextMapping( ) : LoaderInterface ;
4
abstract protected function getNormalizerForSkipUninitializedValues( ) : AbstractObjectNormalizer ;
4
abstract protected function getDenormalizerForConstructArguments( ) : DenormalizerInterface ;
4
abstract protected function getDenormalizerForObjectToPopulate( ) : DenormalizerInterface ;
4
abstract protected function getObjectCollectionWithExpectedArray( ) : array ;
4
abstract protected function getNormalizerForCacheableObjectAttributesTest( ) : AbstractObjectNormalizer ;
4
abstract protected function getNormalizerForIgnoredAttributes( ) : NormalizerInterface ;
4
abstract protected function getDenormalizerForIgnoredAttributes( ) : DenormalizerInterface ;
4
abstract protected function getDenormalizerForTypeEnforcement( ) : DenormalizerInterface ;
4
abstract protected function getNormalizerForCallbacks( ) : NormalizerInterface ;
4
abstract protected function getNormalizerForCallbacksWithPropertyTypeExtractor( ) : NormalizerInterface ;
4
abstract protected function getNormalizerForGroups( ) : NormalizerInterface ;
4
abstract protected function getDenormalizerForGroups( ) : DenormalizerInterface ;
4
abstract protected function getNormalizerForMaxDepth( ) : NormalizerInterface ;
4
protected function getAllowedAttributes(string|object $classOrObject, array $context, bool $attributesAsString = false) : array|bool { /**/ }
4
public function normalize(NormalizerInterface $normalizer, ?string $format = null, array $context = [ ]) : array|string|int|float|bool|\ArrayObject|null ;
4
abstract protected function newReflectionMember(object|string $objectOrClassName) : \ReflectionMethod|\ReflectionProperty ;
4
public function getPropertyValue(mixed $containingValue) : mixed ;
4
public function getCascadingStrategy( ) : int ;
4
abstract protected function getFileLoaderInstance(string $path) : LoaderInterface ;
4
public function __construct(array $loaders) { /**/ }
4
public function validate(mixed $value, Constraint|array|null $constraints = null, string|GroupSequence|array|null $groups = null) : ConstraintViolationListInterface ;
4
public function validateProperty(object $object, string $propertyName, string|GroupSequence|array|null $groups = null) : ConstraintViolationListInterface ;
4
public function validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, string|GroupSequence|array|null $groups = null) : ConstraintViolationListInterface ;
4
public function startContext( ) : ContextualValidatorInterface ;
4
public function inContext(ExecutionContextInterface $context) : ContextualValidatorInterface ;
4
abstract protected function getConstraints(array $options) : array ;
4
abstract protected function prepareTestData(array $contents) ;
4
public function testNoViolationOnNullObjectWithPropertyPath( ) { /**/ }
4
public static function loadValidatorMetadata(ClassMetadata $metadata) { /**/ }
4
public function invalidateTags(array $tags) : bool ;
4
public static function createConnection(string $dsn, array $options = [ ]) : mixed { /**/ }
4
public function getVersion(string $path) : string ;
4
public function applyVersion(string $path) : string ;
4
public function write(string $path, string $locale, mixed $data) : void ;
4
abstract public static function toStringProvider( ) : iterable ;
4
abstract public static function supportsProvider( ) : iterable ;
4
abstract public static function createProvider( ) : iterable ;
4
public static function unsupportedSchemeProvider( ) : iterable { /**/ }
4
public static function incompleteDsnProvider( ) : iterable { /**/ }
4
public function extract(string|iterable $resource, MessageCatalogue $catalogue) ;
4
public function setPrefix(string $prefix) ;
4
public function __construct(?EventDispatcherInterface $dispatcher = null, ?HttpClientInterface $client = null) { /**/ }
4
protected function getEndpoint( ) : string { /**/ }
4
public function testCanSetCustomHost( ) { /**/ }
4
public function testCanSetCustomHostAndPort( ) { /**/ }
4
abstract public function createInput( ) : AbstractInput ;
4
public function isFresh( ) : bool ;
4
public function supports(ResourceInterface $metadata) : bool ;
4
public function isFresh(ResourceInterface $resource, int $timestamp) : bool ;
4
public function checkPreAuth(UserInterface $user) : void ;
4
public function checkPostAuth(UserInterface $user) : void ;
4
abstract protected function supports(string $attribute, mixed $subject) : bool ;
4
abstract protected function voteOnAttribute(string $attribute, mixed $subject, TokenInterface $token) : bool ;
4
public function loadTokenBySeries(string $series) ;
4
public function deleteTokenBySeries(string $series) ;
4
public function updateToken(string $series, string $tokenValue, \DateTimeInterface $lastUsed) ;
4
public function createNewToken(PersistentTokenInterface $token) ;
4
abstract protected function getLoginUrl(Request $request) : string ;
4
public function __construct(string $expression) { /**/ }
4
public function addSubscriber(EventSubscriberInterface $subscriber) : void ;
4
public function removeListener(string $eventName, callable $listener) : void ;
4
public function removeSubscriber(EventSubscriberInterface $subscriber) : void ;
4
public function getListeners(?string $eventName = null) : array ;
4
public function getListenerPriority(string $eventName, callable $listener) : ?int ;
4
public function hasListeners(?string $eventName = null) : bool ;
4
public function resolve( ) : array ;
4
public function testAbortAfterExpiration( ) { /**/ }
4
abstract protected function getStore( ) : PersistingStoreInterface ;
4
public function getMessages(MessageContext $context) : iterable ;
4
public function getId( ) : string ;
4
abstract protected function doSendHttp(SentMessage $message) : ResponseInterface ;
4
public function executeCommand(string $command, array $codes) : string { /**/ }
4
abstract public function initialize( ) : void ;
4
public function terminate( ) : void { /**/ }
4
abstract protected function getReadConnectionDescription( ) : string ;
4
public function enhance(\Throwable $error) : ?\Throwable ;
4
public function returnTypeGrandParent( ) { /**/ }
4
private function shouldFlush( ) : bool { /**/ }
4
public function decode(array $encodedEnvelope) : Envelope ;
4
public function encode(Envelope $envelope) : array ;
4
public function getFromQueues(array $queueNames) : iterable ;
4
public function __invoke( ) { /**/ }
4
public function ensureValidity( ) : void { /**/ }
4
public function encodeByteStream($stream, int $maxLineLength = 0) : iterable ;
4
public function getName( ) : string ;
4
abstract protected function getGuesser( ) : MimeTypeGuesserInterface ;
4
public function __sleep( ) : array { /**/ }
4
public function __wakeup( ) : void { /**/ }
4
abstract public function __construct(string $string = '') ;
4
abstract public function append(string ...$suffix) : static ;
4
abstract public function chunk(int $length = 1) : array ;
4
public function endsWith(string|iterable $suffix) : bool { /**/ }
4
public function equalsTo(string|iterable $string) : bool { /**/ }
4
public function indexOf(string|iterable $needle, int $offset = 0) : ?int { /**/ }
4
public function indexOfLast(string|iterable $needle, int $offset = 0) : ?int { /**/ }
4
abstract public function length( ) : int ;
4
abstract public function prepend(string ...$prefix) : static ;
4
abstract public function replace(string $from, string $to) : static ;
4
abstract public function slice(int $start = 0, ?int $length = null) : static ;
4
abstract public function splice(string $replacement, int $start = 0, ?int $length = null) : static ;
4
public function split(string $delimiter, ?int $limit = null, ?int $flags = null) : array { /**/ }
4
public function startsWith(string|iterable $prefix) : bool { /**/ }
4
protected static function createFromString(string $string) : AbstractString { /**/ }
4
public static function provideSplit( ) : array { /**/ }
4
public static function provideChunk( ) { /**/ }
4
public static function provideLower( ) { /**/ }
4
public static function provideUpper( ) { /**/ }
4
public static function provideAppend( ) { /**/ }
4
public static function provideBeforeAfter( ) { /**/ }
4
public static function provideBeforeAfterIgnoreCase( ) { /**/ }
4
public static function provideBeforeAfterLast( ) { /**/ }
4
public static function provideBeforeAfterLastIgnoreCase( ) { /**/ }
4
public static function provideReplace( ) { /**/ }
4
public static function provideReplaceIgnoreCase( ) { /**/ }
4
public function getRouteCollection( ) : RouteCollection ;
4
public static function compile(Route $route) : CompiledRoute ;
4
final public function host(string $pattern) : static { /**/ }
4
public function getSupportedElements( ) : ?array ;
4
public function getSupportedAttributes( ) : ?array ;
4
public function sanitizeAttribute(string $element, string $attribute, string $value, HtmlSanitizerConfig $config) : ?string ;
4
public function getNodeTranslators( ) : array ;
4
public function getCombinationTranslators( ) : array ;
4
public function getAttributeMatchingTranslators( ) : array ;
4
public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut) : void ;
4
public function enterHash(Cursor $cursor, int $type, string|int|null $class, bool $hasChild) : void ;
4
public function leaveHash(Cursor $cursor, int $type, string|int|null $class, bool $hasChild, int $cut) : void ;
4
public function __construct($output = null, ?string $charset = null, int $flags = 0) { /**/ }
4
protected function dumpLine(int $depth) : void { /**/ }
4
public function getEnv(string $prefix, string $name, \Closure $getEnv) : mixed ;
4
public function initialized(string $id) : bool ;
4
public function __construct(public ?array $tags = null, public ?array $calls = null, public ?array $bind = null, public bool|string|null $lazy = null, public ?bool $public = null, public ?bool $shared = null, public ?bool $autowire = null, public ?array $properties = null, public array|string|null $configurator = null, public ?string $constructor = null, ) { /**/ }
4
public function __destruct( ) { /**/ }
4
public function isProxyCandidate(Definition $definition, ?bool &$asGhostObject = null, ?string $id = null) : bool ;
4
public function getProxyFactoryCode(Definition $definition, string $id, string $factoryCode) : string ;
4
public function getProxyCode(Definition $definition, ?string $id = null) : string ;
4
public function move(string $directory, ?string $name = null) : self { /**/ }
4
public function createStorage(?Request $request) : SessionStorageInterface ;
4
public function open(string $savePath, string $sessionName) : bool { /**/ }
4
public function close( ) : void ;
4
abstract protected function parse( ) : void ;
4
public function getFirstArgument( ) : ?string ;
4
public function hasParameterOption(string|array $values, bool $onlyParams = false) : bool ;
4
public function getParameterOption(string|array $values, string|bool|int|float|array|null $default = false, bool $onlyParams = false) : mixed ;
4
public function bind(InputDefinition $definition) : void ;
4
abstract public function getCompletionOutput( ) : CompletionOutputInterface ;
4
abstract public function getExpectedOptionsOutput( ) : string ;
4
abstract public function getExpectedValuesOutput( ) : string ;
4
public static function getDescribeCommandTestData( ) { /**/ }
4
public static function getDescribeApplicationTestData( ) { /**/ }
4
public function getVerbosity( ) : int ;
4
public function isQuiet( ) : bool ;
4
public function isVerbose( ) : bool ;
4
public function isVeryVerbose( ) : bool ;
4
public function isDebug( ) : bool ;
4
public function isDecorated( ) : bool ;
4
public function getFormatter( ) : OutputFormatterInterface ;
4
public function write(CompletionSuggestions $suggestions, OutputInterface $output) : void ;
4
public function newLine(int $count = 1) : void ;
4
protected function initialize(InputInterface $input, OutputInterface $output) { /**/ }
4
public function run(InputInterface $input, OutputInterface $output) : int { /**/ }
4
public function __construct(?Command $command, InputInterface $input, OutputInterface $output) { /**/ }
4
abstract protected function getLoader(ContainerBuilder $container) ;
4
abstract protected function getFileExtension( ) ;
4
public function create(ContainerBuilder $container, string $id, array|string $config) : void ;
4
public function getKey( ) : string ;
4
public function addConfiguration(NodeBuilder $node) : void ;
4
abstract protected function loadFromFile(ContainerBuilder $container, $file) ;
4
abstract protected function getUidClass( ) : string ;
3
public function __construct(private readonly string $version = '1.1', private array $headers = [ ], private readonly StreamInterface $body = new Stream( ), ) { /**/ }
3
abstract protected function getKey( ) : string ;
3
abstract protected function getToken( ) : ?TokenInterface ;
3
protected function getTwigGlobals( ) : array { /**/ }
3
public function testStartTag( ) { /**/ }
3
public function testStartTagWithOverriddenVars( ) { /**/ }
3
public function testStartTagForMultipartForm( ) { /**/ }
3
public function testStartTagWithExtraAttributes( ) { /**/ }
3
public function testLegendOnExpandedType( ) { /**/ }
3
public function isTimeout( ) : bool ;
3
public function getContent( ) : string ;
3
public function getOffset( ) : int ;
3
public function getError( ) : ?string ;
3
public function getStatusCode( ) : int ;
3
public function getHeaders(bool $throw = true) : array ;
3
public function getContent(bool $throw = true) : string ;
3
public function __invoke(CacheItemInterface $item, bool &$save) : mixed ;
3
public function getProvidedServices( ) : array ;
3
public function boot( ) ;
3
public function shutdown( ) ;
3
public function getBundle(string $name) : BundleInterface ;
3
public function locateResource(string $name) : string ;
3
public function getEnvironment( ) : string ;
3
public function isDebug( ) : bool ;
3
public function getContainer( ) : ContainerInterface ;
3
public function getStartTime( ) : float ;
3
public function getCharset( ) : string ;
3
protected function getContainerClass( ) : string { /**/ }
3
protected function getKernelParameters( ) : array { /**/ }
3
public function __sleep( ) : array { /**/ }
3
public function clear(string $cacheDir) : void ;
3
public function testHeadersDefault( ) { /**/ }
3
public function registerCommands(Application $application) { /**/ }
3
public function getName( ) : string ;
3
public function addSurrogateControl(Response $response) : void ;
3
public function renderIncludeTag(string $uri, ?string $alt = null, bool $ignoreErrors = true, string $comment = '') : string ;
3
public function process(Request $request, Response $response) : Response ;
3
public function clear( ) : void ;
3
abstract protected function getSession( ) : ?SessionInterface ;
3
public function setData(mixed $data) : void { /**/ }
3
public function setParent(?self $parent) : static ;
3
public function getParent( ) : ?self ;
3
public function add(self|string $child, ?string $type = null, array $options = [ ]) : static ;
3
public function get(string $name) : self ;
3
public function has(string $name) : bool ;
3
public function remove(string $name) : static ;
3
public function all( ) : array ;
3
public function getErrors(bool $deep = false, bool $flatten = true) : FormErrorIterator ;
3
public function setData(mixed $modelData) : static ;
3
public function getData( ) : mixed ;
3
public function getNormData( ) : mixed ;
3
public function getViewData( ) : mixed ;
3
public function getExtraData( ) : array ;
3
public function getConfig( ) : FormConfigInterface ;
3
public function getName( ) : string ;
3
public function getPropertyPath( ) : ?PropertyPathInterface ;
3
public function addError(FormError $error) : static ;
3
public function isValid( ) : bool ;
3
public function isRequired( ) : bool ;
3
public function isDisabled( ) : bool ;
3
public function isEmpty( ) : bool ;
3
public function getTransformationFailure( ) : ?Exception\TransformationFailedException ;
3
public function initialize( ) : static ;
3
public function handleRequest(mixed $request = null) : static ;
3
public function getRoot( ) : self ;
3
public function isRoot( ) : bool ;
3
public function createView(?FormView $parent = null) : FormView ;
3
public function handleRequest(FormInterface $form, mixed $request = null) : void ;
3
public function isFileUpload(mixed $data) : bool ;
3
public function getBlockPrefix( ) : string ;
3
public function getParent( ) : ?self ;
3
public function getInnerType( ) : FormTypeInterface ;
3
public function getTypeExtensions( ) : array ;
3
public function createBuilder(FormFactoryInterface $factory, string $name, array $options = [ ]) : FormBuilderInterface ;
3
public function createView(FormInterface $form, ?FormView $parent = null) : FormView ;
3
public function buildForm(FormBuilderInterface $builder, array $options) : void ;
3
public function buildView(FormView $view, FormInterface $form, array $options) : void ;
3
public function finishView(FormView $view, FormInterface $form, array $options) : void ;
3
public function getOptionsResolver( ) : OptionsResolver ;
3
public function getEventDispatcher( ) : EventDispatcherInterface ;
3
public function getName( ) : string ;
3
public function getPropertyPath( ) : ?PropertyPathInterface ;
3
public function getMapped( ) : bool ;
3
public function getByReference( ) : bool ;
3
public function getInheritData( ) : bool ;
3
public function getCompound( ) : bool ;
3
public function getType( ) : ResolvedFormTypeInterface ;
3
public function getViewTransformers( ) : array ;
3
public function getModelTransformers( ) : array ;
3
public function getDataMapper( ) : ?DataMapperInterface ;
3
public function getRequired( ) : bool ;
3
public function getDisabled( ) : bool ;
3
public function getErrorBubbling( ) : bool ;
3
public function getEmptyData( ) : mixed ;
3
public function getAttributes( ) : array ;
3
public function hasAttribute(string $name) : bool ;
3
public function getAttribute(string $name, mixed $default = null) : mixed ;
3
public function getData( ) : mixed ;
3
public function getDataClass( ) : ?string ;
3
public function getDataLocked( ) : bool ;
3
public function getFormFactory( ) : FormFactoryInterface ;
3
public function getAction( ) : string ;
3
public function getMethod( ) : string ;
3
public function getRequestHandler( ) : RequestHandlerInterface ;
3
public function getAutoInitialize( ) : bool ;
3
public function getOptions( ) : array ;
3
public function hasOption(string $name) : bool ;
3
public function getOption(string $name, mixed $default = null) : mixed ;
3
public function getIsEmptyCallback( ) : ?callable ;
3
public function add(string|self $child, ?string $type = null, array $options = [ ]) : static ;
3
public function create(string $name, ?string $type = null, array $options = [ ]) : self ;
3
public function get(string $name) : self ;
3
public function remove(string $name) : static ;
3
public function has(string $name) : bool ;
3
public function all( ) : array ;
3
public function renderBlock(FormView $view, mixed $resource, string $blockName, array $variables = [ ]) : string ;
3
public function createResolvedType(FormTypeInterface $type, array $typeExtensions, ?ResolvedFormTypeInterface $parent = null) : ResolvedFormTypeInterface ;
3
abstract protected function loadResourceForBlockName(string $cacheKey, FormView $view, string $blockName) : bool ;
3
public function addEventListener(string $eventName, callable $listener, int $priority = 0) : static ;
3
public function addEventSubscriber(EventSubscriberInterface $subscriber) : static ;
3
public function addViewTransformer(DataTransformerInterface $viewTransformer, bool $forcePrepend = false) : static ;
3
public function resetViewTransformers( ) : static ;
3
public function addModelTransformer(DataTransformerInterface $modelTransformer, bool $forceAppend = false) : static ;
3
public function resetModelTransformers( ) : static ;
3
public function setAttribute(string $name, mixed $value) : static ;
3
public function setAttributes(array $attributes) : static ;
3
public function setDataMapper(?DataMapperInterface $dataMapper) : static ;
3
public function setDisabled(bool $disabled) : static ;
3
public function setEmptyData(mixed $emptyData) : static ;
3
public function setErrorBubbling(bool $errorBubbling) : static ;
3
public function setRequired(bool $required) : static ;
3
public function setPropertyPath(string|PropertyPathInterface|null $propertyPath) : static ;
3
public function setMapped(bool $mapped) : static ;
3
public function setByReference(bool $byReference) : static ;
3
public function setInheritData(bool $inheritData) : static ;
3
public function setCompound(bool $compound) : static ;
3
public function setType(ResolvedFormTypeInterface $type) : static ;
3
public function setData(mixed $data) : static ;
3
public function setDataLocked(bool $locked) : static ;
3
public function setFormFactory(FormFactoryInterface $formFactory) : static ;
3
public function setAction(string $action) : static ;
3
public function setMethod(string $method) : static ;
3
public function setRequestHandler(RequestHandlerInterface $requestHandler) : static ;
3
public function setAutoInitialize(bool $initialize) : static ;
3
public function setIsEmptyCallback(?callable $isEmptyCallback) : static ;
3
public function __construct(?int $scale = null, ?bool $grouping = false, ?int $roundingMode = \NumberFormatter::ROUND_HALFUP, ?string $locale = null) { /**/ }
3
public function getNormalizedIniPostMaxSize( ) : string { /**/ }
3
abstract protected function setRequestData($method, $data, $files = [ ]) ;
3
abstract protected function getRequestHandler( ) ;
3
abstract protected function getUploadedFile($suffix = '') ;
3
abstract protected function getInvalidFile( ) ;
3
abstract protected function getFailedUploadedFile($errorCode) ;
3
public function testPassDisabledAsOption( ) { /**/ }
3
public function testPassIdAndNameToView( ) { /**/ }
3
public function testPassIdAndNameToViewWithParent( ) { /**/ }
3
public function testPassIdAndNameToViewWithGrandParent( ) { /**/ }
3
public function testPassTranslationDomainToView( ) { /**/ }
3
public function testInheritTranslationDomainFromParent( ) { /**/ }
3
public function testPreferOwnTranslationDomain( ) { /**/ }
3
public function testDefaultTranslationDomain( ) { /**/ }
3
public function testPassLabelToView( ) { /**/ }
3
abstract protected function getDescriptor( ) ;
3
abstract protected function getFormat( ) ;
3
public function getChoices( ) : array ;
3
public function getValues( ) : array ;
3
public function getStructuredValues( ) : array ;
3
public function getOriginalKeys( ) : array ;
3
public function getChoicesForValues(array $values) : array ;
3
public function getValuesForChoices(array $choices) : array ;
3
public function loadChoiceList(?callable $value = null) : ChoiceListInterface ;
3
public function __construct(int $confidence) { /**/ }
3
abstract protected function describeDefaults(array $options) : void ;
3
abstract protected function describeResolvedFormType(ResolvedFormTypeInterface $resolvedFormType, array $options = [ ]) : void ;
3
abstract protected function describeOption(OptionsResolver $optionsResolver, array $options) : void ;
3
public function withOptions(array $options) : static { /**/ }
3
public function toStream(bool $throw = true) ;
3
protected function close( ) : void { /**/ }
3
public function __construct(int $offset = 0, string $content = '') { /**/ }
3
public function getDelay(AsyncContext $context, ?string $responseContent, ?TransportExceptionInterface $exception) : int ;
3
public function testHttp2PushVulcain( ) { /**/ }
3
public function testHttp2PushVulcainWithUnusedResponse( ) { /**/ }
3
public function getMappingForClass(string $class) : ?ClassDiscriminatorMapping ;
3
public function getMappingForMappedObject(object|string $object) : ?ClassDiscriminatorMapping ;
3
public function getTypeForMappedObject(object|string $object) : ?string ;
3
public function __construct($foo = null) { /**/ }
3
public function __construct(public $notfoo, public $baz, ) { /**/ }
3
public function __construct($bar = null, ?string $foo = null) { /**/ }
3
public function setDenormalizer(DenormalizerInterface $denormalizer) : void ;
3
public function getInstance(Constraint $constraint) : ConstraintValidatorInterface ;
3
public function __get(string $option) : mixed { /**/ }
3
public function addImplicitGroupName(string $group) : void { /**/ }
3
public function __sleep( ) : array { /**/ }
3
public function addConstraint(Constraint $constraint) : static { /**/ }
3
public function __construct(string $class, string $name, string $property) { /**/ }
3
public function __construct(string $file) { /**/ }
3
public function atPath(string $path) : static ;
3
public function validate(mixed $value, Constraint|array|null $constraints = null, string|GroupSequence|array|null $groups = null) : static ;
3
public function validateProperty(object $object, string $propertyName, string|GroupSequence|array|null $groups = null) : static ;
3
public function validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, string|GroupSequence|array|null $groups = null) : static ;
3
public function getViolations( ) : ConstraintViolationListInterface ;
3
abstract protected function getFile($filename) ;
3
abstract protected static function createCollection(array $content) ;
3
public function testCompareWithNullValueAtPropertyAt($dirtyValue, $dirtyValueAsString, $isValid) { /**/ }
3
public function reset( ) : void ;
3
public function save(LimiterStateInterface $limiterState) : void ;
3
public function fetch(string $limiterStateId) : ?LimiterStateInterface ;
3
public function delete(string $limiterStateId) : void ;
3
protected function doClear(string $namespace) : bool { /**/ }
3
protected function getId(mixed $key) : string { /**/ }
3
public function testPrune( ) { /**/ }
3
protected function __construct(string $namespace = '', int $defaultLifetime = 0) { /**/ }
3
abstract protected function doDeleteTagRelations(array $tagData) : bool ;
3
abstract protected function doInvalidate(array $tagIds) : bool ;
3
protected function doDeleteYieldTags(array $ids) : iterable { /**/ }
3
public function __construct(VersionStrategyInterface $versionStrategy, ?ContextInterface $context = null) { /**/ }
3
public function getVersion(string $path) : string ;
3
public function getBasePath( ) : string ;
3
public function isSecure( ) : bool ;
3
abstract protected function generateDataForLocale(BundleEntryReaderInterface $reader, string $tempDir, string $displayLocale) : ?array ;
3
abstract protected function generateDataForRoot(BundleEntryReaderInterface $reader, string $tempDir) : ?array ;
3
protected function setUp( ) : void { /**/ }
3
protected function tearDown( ) : void { /**/ }
3
abstract protected function createOperation(MessageCatalogueInterface $source, MessageCatalogueInterface $target) ;
3
abstract protected function canBeExtracted(string $file) : bool ;
3
abstract protected function extractFromDirectory(string|array $resource) : iterable ;
3
public function formatIntl(string $message, string $locale, array $parameters = [ ]) : string ;
3
abstract protected function processDomain(string $domain) : void ;
3
public function cache(string $file, callable $callable) : ConfigCacheInterface ;
3
public function getResolver( ) : LoaderResolverInterface ;
3
public function setResolver(LoaderResolverInterface $resolver) : void ;
3
public function __construct(?string $name, ?NodeInterface $parent = null, string $pathSeparator = self::DEFAULT_PATH_SEPARATOR) { /**/ }
3
public function setName(string $name) : void ;
3
public function getName( ) : string ;
3
public function getPath( ) : string ;
3
public function isRequired( ) : bool ;
3
public function normalize(mixed $value) : mixed ;
3
public function merge(mixed $leftSide, mixed $rightSide) : mixed ;
3
public function finalize(mixed $value) : mixed ;
3
public function __construct(?string $name, ?NodeParentInterface $parent = null) { /**/ }
3
public function cannotBeEmpty( ) : static { /**/ }
3
public function isEqualTo(UserInterface $user) : bool ;
3
public function isGranted(mixed $attribute, mixed $subject = null) : bool ;
3
public function decide(TokenInterface $token, array $attributes, mixed $object = null) : bool ;
3
public function getToken( ) : ?TokenInterface ;
3
public function setToken(?TokenInterface $token) : void ;
3
public function verifyToken(PersistentTokenInterface $token, string $tokenValue) : bool ;
3
public function updateExistingToken(PersistentTokenInterface $token, string $tokenValue, \DateTimeInterface $lastUsed) : void ;
3
public function clear( ) : void ;
3
public function getToken(string $tokenId) : string ;
3
public function setToken(string $tokenId, string $token) : void ;
3
public function removeToken(string $tokenId) : ?string ;
3
public function hasToken(string $tokenId) : bool ;
3
public function getListeners(Request $request) : array ;
3
public function __construct(UserProviderInterface $userProvider, RequestStack $requestStack, array $options = [ ], ?LoggerInterface $logger = null) { /**/ }
3
abstract protected function processRememberMe(RememberMeDetails $rememberMeDetails, UserInterface $user) : void ;
3
public function __construct(UserProviderInterface $userProvider, TokenStorageInterface $tokenStorage, string $firewallName, ?LoggerInterface $logger = null) { /**/ }
3
abstract protected function extractUsername(Request $request) : ?string ;
3
public function createLoginLink(UserInterface $user, ?Request $request = null, ?int $lifetime = null) : LoginLinkDetails ;
3
public function consumeLoginLink(Request $request) : UserInterface ;
3
public function authenticateUser(UserInterface $user, AuthenticatorInterface $authenticator, Request $request, array $badges = [ ]) : ?Response ;
3
public function __construct(?CacheItemPoolInterface $cache = null, array $providers = [ ]) { /**/ }
3
abstract public static function isValid(string $uid) : bool ;
3
abstract public static function fromString(string $uid) : static ;
3
abstract public function toBinary( ) : string ;
3
public function __construct(?string $ulid = null) { /**/ }
3
public function toArray( ) : array ;
3
public function waitAndSaveRead(Key $key) : void ;
3
public function acquire(bool $blocking = false) : bool ;
3
public function refresh(?float $ttl = null) : void ;
3
public function isAcquired( ) : bool ;
3
public function release( ) : void ;
3
public function isExpired( ) : bool ;
3
public function getRemainingLifetime( ) : ?float ;
3
public function isMet(int $numberOfSuccess, int $numberOfItems) : bool ;
3
public function canBeMet(int $numberOfFailure, int $numberOfItems) : bool ;
3
public function continue(\DateTimeImmutable $startedAt) : void ;
3
public function __construct(private TriggerInterface $inner) { /**/ }
3
public function send(RawMessage $message, ?Envelope $envelope = null) : void ;
3
public function supports(Dsn $dsn) : bool ;
3
public function __toString( ) : string ;
3
public function getLength( ) : int ;
3
public function getParent( ) : ?self ;
3
public function getElements( ) : array ;
3
public function getElement(int $index) : string ;
3
public function isProperty(int $index) : bool ;
3
public function isIndex(int $index) : bool ;
3
public function isNullSafe(int $index) : bool ;
3
public function next( ) : MiddlewareInterface ;
3
public function all(?int $limit = null) : iterable ;
3
public function find(mixed $id) : ?Envelope ;
3
public function getMessageGroupId( ) : ?string ;
3
public function getMessageDeduplicationId( ) : ?string ;
3
public function __construct(string $target, string $operator = '==') { /**/ }
3
public function getMarking(object $subject) : Marking ;
3
public function can(object $subject, string $transitionName) : bool ;
3
public function buildTransitionBlockerList(object $subject, string $transitionName) : TransitionBlockerList ;
3
public function apply(object $subject, string $transitionName, array $context = [ ]) : Marking ;
3
public function getEnabledTransitions(object $subject) : array ;
3
public function getName( ) : string ;
3
public function getDefinition( ) : Definition ;
3
public function getMarkingStore( ) : MarkingStoreInterface ;
3
public function getMetadataStore( ) : MetadataStoreInterface ;
3
public function validate(Definition $definition, string $name) : void ;
3
public function __construct(object $subject, string $transitionName, WorkflowInterface $workflow, string $message, array $context = [ ]) { /**/ }
3
public function __construct(\DOMElement $node, ?string $currentUri = null, ?string $method = 'GET') { /**/ }
3
abstract public static function getDoctype( ) : string ;
3
public function setValue(?string $value) : void { /**/ }
3
public function getPreparedHeaders( ) : Headers { /**/ }
3
public function getName( ) : string ;
3
public function convert(string $html, string $charset) : string ;
3
public function getParts( ) : array { /**/ }
3
protected function tokenNeedsEncoding(string $token) : bool { /**/ }
3
abstract public function camel( ) : static ;
3
abstract public function folded( ) : static ;
3
abstract public function lower( ) : static ;
3
abstract public function match(string $regexp, int $flags = 0, int $offset = 0) : array ;
3
abstract public function padBoth(int $length, string $padStr = ' ') : static ;
3
abstract public function padEnd(int $length, string $padStr = ' ') : static ;
3
abstract public function padStart(int $length, string $padStr = ' ') : static ;
3
abstract public function reverse( ) : static ;
3
abstract public function snake( ) : static ;
3
abstract public function title(bool $allWords = false) : static ;
3
abstract public function trim(string $chars = " \t\n\r\0\x0B\x0C\u{A0}\u{FEFF}") : static ;
3
abstract public function trimEnd(string $chars = " \t\n\r\0\x0B\x0C\u{A0}\u{FEFF}") : static ;
3
abstract public function trimStart(string $chars = " \t\n\r\0\x0B\x0C\u{A0}\u{FEFF}") : static ;
3
abstract public function upper( ) : static ;
3
abstract public function width(bool $ignoreAnsiDecoration = true) : int ;
3
public static function provideWidth( ) : array { /**/ }
3
public static function provideCodePointsAt( ) : array { /**/ }
3
public function singularize(string $plural) : array ;
3
public function pluralize(string $singular) : array ;
3
public function matchRequest(Request $request) : array ;
3
abstract protected function getObject(string $id) : object ;
3
public function cloneVar(mixed $var) : Data ;
3
public function __construct(array $values, bool $dumpKeys = true) { /**/ }
3
public function describe(OutputInterface $output, Data $data, array $context, int $clientId) : void ;
3
public function createMappedAsset(string $logicalPath, string $sourcePath) : ?MappedAsset ;
3
public function getServiceIds( ) : array { /**/ }
3
protected function isConfigEnabled(ContainerBuilder $container, array $config) : bool { /**/ }
3
public function theMethod( ) ;
3
public function resolveValue(mixed $value) : mixed ;
3
public function escapeValue(mixed $value) : mixed ;
3
public function unescapeValue(mixed $value) : mixed ;
3
public function instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator) : object ;
3
public function sendContent( ) : static { /**/ }
3
public function setContent(?string $content) : static { /**/ }
3
public function getContent( ) : string|false { /**/ }
3
public function replace(array $parameters = [ ]) : void { /**/ }
3
public function add(array $parameters = [ ]) : void { /**/ }
3
public function set(string $key, mixed $value) : void { /**/ }
3
abstract protected function getLimiters(Request $request) : array ;
3
abstract protected function provideResponse( ) ;
3
public function isStarted( ) : bool ;
3
public function getId( ) : string ;
3
public function setId(string $id) : void ;
3
public function getName( ) : string ;
3
public function setName(string $name) : void ;
3
public function getBag(string $name) : SessionBagInterface ;
3
public function registerBag(SessionBagInterface $bag) : void ;
3
public function getMetadataBag( ) : MetadataBag ;
3
public function validateId(string $sessionId) : bool { /**/ }
3
public function read(string $sessionId) : string { /**/ }
3
public function destroy(string $sessionId) : bool { /**/ }
3
public function add(string $type, mixed $message) : void ;
3
public function set(string $type, string|array $messages) : void ;
3
public function peek(string $type, array $default = [ ]) : array ;
3
public function peekAll( ) : array ;
3
public function get(string $type, array $default = [ ]) : array ;
3
public function all( ) : array ;
3
public function setAll(array $messages) : void ;
3
public function has(string $type) : bool ;
3
public function keys( ) : array ;
3
public function __construct(array $command, ?string $cwd = null, ?array $env = null, mixed $input = null, ?float $timeout = 60) { /**/ }
3
public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = null, mixed $input = null, ?float $timeout = 60) : static { /**/ }
3
public function start(?callable $callback = null, array $env = [ ]) : void { /**/ }
3
public function __construct($input) { /**/ }
3
public function getDescriptors( ) : array ;
3
public function getFiles( ) : array ;
3
public function readAndWrite(bool $blocking, bool $close = false) : array ;
3
public function areOpen( ) : bool ;
3
public function haveReadSupport( ) : bool ;
3
public function __construct(string $question, string|bool|int|float|null $default = null) { /**/ }
3
public function setForeground(?string $color) : void ;
3
public function setBackground(?string $color) : void ;
3
public function setOption(string $option) : void ;
3
public function unsetOption(string $option) : void ;
3
public function setOptions(array $options) : void ;
3
public function apply(string $text) : string ;
3
public function setDecorated(bool $decorated) : void ;
3
public function isDecorated( ) : bool ;
3
public function setStyle(string $name, OutputFormatterStyleInterface $style) : void ;
3
public function hasStyle(string $name) : bool ;
3
public function getStyle(string $name) : OutputFormatterStyleInterface ;
3
public function format(?string $message) : ?string ;
3
public function get(string $name) : Command ;
3
public function has(string $name) : bool ;
3
public function getNames( ) : array ;
3
protected function write(string $content, bool $decorated = false) : void { /**/ }
3
public function ignoreValidationErrors( ) : void { /**/ }
3
public function setApplication(?Application $application) : void { /**/ }
3
public function setHelperSet(HelperSet $helperSet) : void { /**/ }
3
public function setCode(callable $code) : static { /**/ }
3
public function mergeApplicationDefinition(bool $mergeArgs = true) : void { /**/ }
3
public function setDefinition(array|InputDefinition $definition) : static { /**/ }
3
public function getDefinition( ) : InputDefinition { /**/ }
3
public function getNativeDefinition( ) : InputDefinition { /**/ }
3
public function addArgument(string $name, ?int $mode = null, string $description = '', mixed $default = null, array|\Closure $suggestedValues = [ ]) : static { /**/ }
3
public function addOption(string $name, string|array|null $shortcut = null, ?int $mode = null, string $description = '', mixed $default = null, array|\Closure $suggestedValues = [ ]) : static { /**/ }
3
public function setProcessTitle(string $title) : static { /**/ }
3
public function setHelp(string $help) : static { /**/ }
3
public function getHelp( ) : string { /**/ }
3
public function getProcessedHelp( ) : string { /**/ }
3
public function getSynopsis(bool $short = false) : string { /**/ }
3
public function addUsage(string $usage) : static { /**/ }
3
public function getUsages( ) : array { /**/ }
3
public function getHelper(string $name) : HelperInterface { /**/ }
3
public function __construct( ) { /**/ }
3
abstract public function generateKeys(bool $override = false) : bool ;
3
abstract public function seal(string $name, string $value) : void ;
3
abstract public function reveal(string $name) : ?string ;
3
abstract public function remove(string $name) : bool ;
3
abstract public function list(bool $reveal = false) : array ;
3
public function getKey( ) : string ;
3
public function addConfiguration(NodeDefinition $builder) : void ;
3
abstract protected function getTestCaseApp( ) : string ;
3
public function __construct(string $phpArrayFile) { /**/ }
3
abstract protected function doWarmUp(string $cacheDir, ArrayAdapter $arrayAdapter, ?string $buildDir = null) : bool ;
3
private function getAvailableFormatOptions( ) : array { /**/ }
3
public function getEntities( ) : array ;
2
public function getEntitiesByIds(string $identifier, array $values) : array ;
2
public function getQueryBuilderPartsForCachingHash(object $queryBuilder) : ?array { /**/ }
2
abstract public function getLoader(ObjectManager $manager, object $queryBuilder, string $class) : EntityLoaderInterface ;
2
public function loadUserByIdentifier(string $identifier) : ?UserInterface ;
2
public function __construct(ManagerRegistry $managerRegistry, ?string $entityManagerName = null) { /**/ }
2
public function createRequest(ServerRequestInterface $psrRequest, bool $streamed = false) : Request ;
2
public function createResponse(ResponseInterface $psrResponse, bool $streamed = false) : Response ;
2
public function createRequest(Request $symfonyRequest) : ServerRequestInterface ;
2
public function createResponse(Response $symfonyResponse) : ResponseInterface ;
2
protected function renderForm(FormView $view, array $vars = [ ]) : string { /**/ }
2
protected function renderLabel(FormView $view, $label = null, array $vars = [ ]) : string { /**/ }
2
protected function renderHelp(FormView $view) : string { /**/ }
2
protected function renderErrors(FormView $view) : string { /**/ }
2
protected function renderWidget(FormView $view, array $vars = [ ]) : string { /**/ }
2
protected function renderRow(FormView $view, array $vars = [ ]) : string { /**/ }
2
protected function renderRest(FormView $view, array $vars = [ ]) : string { /**/ }
2
protected function renderStart(FormView $view, array $vars = [ ]) : string { /**/ }
2
protected function renderEnd(FormView $view, array $vars = [ ]) : string { /**/ }
2
protected function setTheme(FormView $view, array $themes, $useDefaultThemes = true) : void { /**/ }
2
public function testOverrideWidgetBlock( ) { /**/ }
2
public function testSelectWithSizeBiggerThanOneCanBeRequired( ) { /**/ }
2
public function testDateTimeWithWidgetSingleText( ) { /**/ }
2
public function testDateSingleText( ) { /**/ }
2
public function testEmail( ) { /**/ }
2
public function testEmailWithMaxLength( ) { /**/ }
2
public function testHidden( ) { /**/ }
2
public function testDisabled( ) { /**/ }
2
public function testInteger( ) { /**/ }
2
public function testIntegerTypeWithGroupingRendersAsTextInput( ) { /**/ }
2
public function testNumber( ) { /**/ }
2
public function testRenderNumberWithHtml5NumberType( ) { /**/ }
2
public function testRenderNumberWithHtml5NumberTypeAndStepAttribute( ) { /**/ }
2
public function testPassword( ) { /**/ }
2
public function testPasswordSubmittedWithNotAlwaysEmpty( ) { /**/ }
2
public function testPasswordWithMaxLength( ) { /**/ }
2
public function testTextarea( ) { /**/ }
2
public function testText( ) { /**/ }
2
public function testTextWithMaxLength( ) { /**/ }
2
public function testSearch( ) { /**/ }
2
public function testTimeSingleText( ) { /**/ }
2
public function testUrlWithDefaultProtocol( ) { /**/ }
2
public function testUrlWithoutDefaultProtocol( ) { /**/ }
2
public function testButton( ) { /**/ }
2
public function testButtonlabelWithoutTranslation( ) { /**/ }
2
public function testSubmit( ) { /**/ }
2
public function testReset( ) { /**/ }
2
public function testWidgetAttributes( ) { /**/ }
2
public function testWidgetAttributeNameRepeatedIfTrue( ) { /**/ }
2
public function testButtonAttributes( ) { /**/ }
2
public function testTel( ) { /**/ }
2
public function testWeekSingleText( ) { /**/ }
2
public function testWeekSingleTextNoHtml5( ) { /**/ }
2
public function testWeekText( ) { /**/ }
2
public function testSingleChoiceWithPreferredIsNotDuplicated( ) { /**/ }
2
public function testSingleChoiceWithSelectedPreferred( ) { /**/ }
2
public function testSingleChoiceExpandedWithLabelsAsFalse( ) { /**/ }
2
public function testSingleChoiceExpandedWithLabelsSetByCallable( ) { /**/ }
2
public function testSingleChoiceExpandedWithLabelsSetFalseByCallable( ) { /**/ }
2
public function testMultipleChoiceExpandedWithLabelsAsFalse( ) { /**/ }
2
public function testMultipleChoiceExpandedWithLabelsSetByCallable( ) { /**/ }
2
public function testMultipleChoiceExpandedWithLabelsSetFalseByCallable( ) { /**/ }
2
public function testRowWithCustomClass( ) { /**/ }
2
public function testFileWithGroup( ) { /**/ }
2
public function testFloatingLabel( ) { /**/ }
2
public function testErrorWithNoLabel( ) { /**/ }
2
public function testFileLabelIdNotDuplicated( ) { /**/ }
2
public function testFileWithPlaceholder( ) { /**/ }
2
public function getTextTemplate( ) : ?string { /**/ }
2
public function getHtmlTemplate( ) : ?string { /**/ }
2
public function context(array $context) : static { /**/ }
2
public function getContext( ) : array { /**/ }
2
public function isRendered( ) : bool { /**/ }
2
public function markAsRendered( ) : void { /**/ }
2
protected function findFiles(string $filename) : iterable { /**/ }
2
public function key( ) : ResponseInterface ;
2
public function current( ) : ChunkInterface ;
2
public function toArray(bool $throw = true) : array ;
2
public function testTimeoutIsNotAFatalError( ) { /**/ }
2
public function testTimeoutOnInitialize( ) { /**/ }
2
public function testProxy( ) { /**/ }
2
public function testInformationalResponseStream( ) { /**/ }
2
public function testMaxDuration( ) { /**/ }
2
public function getResponse( ) : ResponseInterface ;
2
public function tag(string|iterable $tags) : static ;
2
public function getMetadata( ) : array ;
2
public function trans(?string $id, array $parameters = [ ], ?string $domain = null, ?string $locale = null) : string { /**/ }
2
protected function setUp( ) : void { /**/ }
2
protected function tearDown( ) : void { /**/ }
2
public function getTranslator( ) : TranslatorInterface { /**/ }
2
public function has(string $id) : bool ;
2
public function __construct(array $factories) { /**/ }
2
public function getProvidedServices( ) : array { /**/ }
2
private function createNotFoundException(string $id) : NotFoundExceptionInterface { /**/ }
2
private function createCircularReferenceException(string $id, array $path) : ContainerExceptionInterface { /**/ }
2
protected function getServiceLocator(array $factories) : ContainerInterface { /**/ }
2
public function testThrowsOnCircularReference( ) { /**/ }
2
public function reboot(?string $warmupDir) : void ;
2
protected function getHttpKernel( ) : HttpKernelInterface { /**/ }
2
protected function initializeContainer( ) : void { /**/ }
2
protected function guessRoute(Request $request, string|object|array $controller) : string { /**/ }
2
public function __wakeup( ) : void { /**/ }
2
public function __construct(public readonly int $statusCode, public readonly array $headers = [ ], ) { /**/ }
2
public function createArgumentMetadata(string|object|array $controller, ?\ReflectionFunctionAbstract $reflector = null) : array ;
2
public static function getUndefinedControllers( ) { /**/ }
2
protected function createMockContainer( ) { /**/ }
2
public function shutdown( ) ;
2
public function getName( ) : string ;
2
public function getNamespace( ) : string ;
2
public function setContainer(?ContainerInterface $container) : void ;
2
public function __construct(?LoggerInterface $logger = null) { /**/ }
2
public function generate(ControllerReference $controller, ?Request $request = null, bool $absolute = false, bool $strict = true, bool $sign = true) : string ;
2
public function __construct(RequestStack $requestStack, array $renderers = [ ], bool $debug = false) { /**/ }
2
public function render(string|ControllerReference $uri, string $renderer = 'inline', array $options = [ ]) : ?string { /**/ }
2
public function __construct(HttpKernelInterface $kernel, StoreInterface $store, ?SurrogateInterface $surrogate = null, array $options = [ ]) { /**/ }
2
protected function forward(Request $request, bool $catch = false, ?Response $entry = null) : Response { /**/ }
2
public function createCacheStrategy( ) : ResponseCacheStrategyInterface ;
2
public function hasSurrogateCapability(Request $request) : bool ;
2
public function addSurrogateCapability(Request $request) : void ;
2
public function needsParsing(Response $response) : bool ;
2
public function handle(HttpCache $cache, string $uri, string $alt, bool $ignoreErrors) : string ;
2
public function add(Response $response) : void ;
2
public function update(Response $response) : void ;
2
public function lookup(Request $request) : ?Response ;
2
public function write(Request $request, Response $response) : string ;
2
public function invalidate(Request $request) : void ;
2
public function lock(Request $request) : bool|string ;
2
public function unlock(Request $request) : bool ;
2
public function isLocked(Request $request) : bool ;
2
public function purge(string $url) : bool ;
2
public function cleanup( ) : void ;
2
public function __construct(string $token) { /**/ }
2
public function hasCollector(string $name) : bool { /**/ }
2
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, ?int $start = null, ?int $end = null, ?string $statusCode = null, ?\Closure $filter = null) : array ;
2
public function read(string $token) : ?Profile ;
2
public function write(Profile $profile) : bool ;
2
public function purge( ) : void ;
2
public function getStatusCode( ) : int ;
2
public function getHeaders( ) : array ;
2
public function getKernel( ) : HttpKernelInterface { /**/ }
2
public function getRequest( ) : Request { /**/ }
2
public function getRequestType( ) : int { /**/ }
2
public function isMainRequest( ) : bool { /**/ }
2
public function setResponse(Response $response) : void { /**/ }
2
protected static function getFixtureExtension( ) : string { /**/ }
2
public function send(Subscriber $subscriber, RemoteEvent $event) : void ;
2
public function parse(Request $request, string $secret) : ?RemoteEvent ;
2
public function createSuccessfulResponse( ) : Response ;
2
public function createRejectedResponse(string $reason) : Response ;
2
public function isClicked( ) : bool ;
2
public function clearErrors(bool $deep = false) : static ;
2
public function create(string $type = FormType::class, mixed $data = null, array $options = [ ]) : FormInterface ;
2
public function createNamed(string $name, string $type = FormType::class, mixed $data = null, array $options = [ ]) : FormInterface ;
2
public function createForProperty(string $class, string $property, mixed $data = null, array $options = [ ]) : FormInterface ;
2
public function createBuilder(string $type = FormType::class, mixed $data = null, array $options = [ ]) : FormBuilderInterface ;
2
public function createNamedBuilder(string $name, string $type = FormType::class, mixed $data = null, array $options = [ ]) : FormBuilderInterface ;
2
public function createBuilderForProperty(string $class, string $property, mixed $data = null, array $options = [ ]) : FormBuilderInterface ;
2
public function buildView(FormView $view, FormInterface $form, array $options) : void ;
2
public function __construct(?string $name, ?string $dataClass, EventDispatcherInterface $dispatcher, array $options = [ ]) { /**/ }
2
public function setResolvedTypeFactory(ResolvedFormTypeFactoryInterface $resolvedTypeFactory) : static ;
2
public function addExtension(FormExtensionInterface $extension) : static ;
2
public function addExtensions(array $extensions) : static ;
2
public function addType(FormTypeInterface $type) : static ;
2
public function addTypes(array $types) : static ;
2
public function addTypeExtension(FormTypeExtensionInterface $typeExtension) : static ;
2
public function addTypeExtensions(array $typeExtensions) : static ;
2
public function addTypeGuesser(FormTypeGuesserInterface $typeGuesser) : static ;
2
public function addTypeGuessers(array $typeGuessers) : static ;
2
public function getFormFactory( ) : FormFactoryInterface ;
2
public function setTheme(FormView $view, mixed $themes, bool $useDefaultThemes = true) : void ;
2
public function getResourceForBlockName(FormView $view, string $blockName) : mixed ;
2
public function getResourceForBlockNameHierarchy(FormView $view, array $blockNameHierarchy, int $hierarchyLevel) : mixed ;
2
public function getResourceHierarchyLevel(FormView $view, array $blockNameHierarchy, int $hierarchyLevel) : int|false ;
2
public function getType(string $name) : ResolvedFormTypeInterface ;
2
public function hasType(string $name) : bool ;
2
public function getTypeGuesser( ) : ?FormTypeGuesserInterface ;
2
public function getExtensions( ) : array ;
2
public function getEngine( ) : FormRendererEngineInterface ;
2
public function setTheme(FormView $view, mixed $themes, bool $useDefaultThemes = true) : void ;
2
public function renderBlock(FormView $view, string $blockName, array $variables = [ ]) : string ;
2
public function searchAndRenderBlock(FormView $view, string $blockNameSuffix, array $variables = [ ]) : string ;
2
public function renderCsrfToken(string $tokenId) : string ;
2
public function humanize(string $text) : string ;
2
public function __construct(array $defaultThemes = [ ]) { /**/ }
2
public function extractConfiguration(FormInterface $form) : array ;
2
public function extractDefaultData(FormInterface $form) : array ;
2
public function extractSubmittedData(FormInterface $form) : array ;
2
public function extractViewVariables(FormView $view) : array ;
2
public function collectConfiguration(FormInterface $form) : void ;
2
public function collectDefaultData(FormInterface $form) : void ;
2
public function collectSubmittedData(FormInterface $form) : void ;
2
public function collectViewVariables(FormView $view) : void ;
2
public function associateFormWithView(FormInterface $form, FormView $view) : void ;
2
public function buildPreliminaryFormTree(FormInterface $form) : void ;
2
public function buildFinalFormTree(FormInterface $form, FormView $view) : void ;
2
public function getData( ) : array|Data ;
2
protected function castParsedValue(int|float $value) : int|float { /**/ }
2
protected function getNumberFormatter( ) : \NumberFormatter { /**/ }
2
public function mapViolation(ConstraintViolation $violation, FormInterface $form, bool $allowNonSynchronized = false) : void ;
2
protected function getTypes( ) { /**/ }
2
public function __construct(?RequestStack $requestStack = null) { /**/ }
2
public function hasPostMaxSizeBeenExceeded( ) : bool { /**/ }
2
public function getContentLength( ) : mixed { /**/ }
2
protected function setUp( ) : void { /**/ }
2
public function testPassLabelTranslationParametersToView( ) { /**/ }
2
public function testPassAttrTranslationParametersToView( ) { /**/ }
2
public function testInheritLabelTranslationParametersFromParent( ) { /**/ }
2
public function testInheritAttrTranslationParametersFromParent( ) { /**/ }
2
public function testPreferOwnLabelTranslationParameters( ) { /**/ }
2
public function testPreferOwnAttrTranslationParameters( ) { /**/ }
2
public function testDefaultLabelTranslationParameters( ) { /**/ }
2
public function testDefaultAttrTranslationParameters( ) { /**/ }
2
protected function setUp( ) : void { /**/ }
2
abstract protected function createChoiceList( ) : ChoiceListInterface ;
2
abstract protected function getChoices( ) ;
2
abstract protected function getValues( ) ;
2
protected function doLoadChoicesForValues(array $values, ?callable $value) : array { /**/ }
2
protected function doLoadValuesForChoices(array $choices) : array { /**/ }
2
public function __construct(callable $callback) { /**/ }
2
public function __construct(string|iterable $body = '', array $info = [ ]) { /**/ }
2
public function getContent(bool $throw = true) : string { /**/ }
2
public function toStream(bool $throw = true) { /**/ }
2
public function __sleep( ) : array { /**/ }
2
public function __wakeup( ) : void { /**/ }
2
public function cancel( ) : void { /**/ }
2
private static function addResponseHeaders(array $responseHeaders, array &$info, array &$headers, string &$debug = '') : void { /**/ }
2
public function log($level, $message, array $context = [ ]) : void { /**/ }
2
public function testFixContentLength( ) { /**/ }
2
public function getName( ) : string ;
2
public function addAttributeMetadata(AttributeMetadataInterface $attributeMetadata) : void ;
2
public function getAttributesMetadata( ) : array ;
2
public function merge(self $classMetadata) : void ;
2
public function getReflectionClass( ) : \ReflectionClass ;
2
public function getClassDiscriminatorMapping( ) : ?ClassDiscriminatorMapping ;
2
public function setClassDiscriminatorMapping(?ClassDiscriminatorMapping $mapping) : void ;
2
public function getName( ) : string ;
2
public function addGroup(string $group) : void ;
2
public function getGroups( ) : array ;
2
public function setMaxDepth(?int $maxDepth) : void ;
2
public function getMaxDepth( ) : ?int ;
2
public function setSerializedName(?string $serializedName) : void ;
2
public function getSerializedName( ) : ?string ;
2
public function setSerializedPath(?PropertyPath $serializedPath) : void ;
2
public function getSerializedPath( ) : ?PropertyPath ;
2
public function setIgnore(bool $ignore) : void ;
2
public function isIgnored( ) : bool ;
2
public function merge(self $attributeMetadata) : void ;
2
public function getNormalizationContexts( ) : array ;
2
public function getNormalizationContextForGroups(array $groups) : array ;
2
public function setNormalizationContextForGroups(array $context, array $groups = [ ]) : void ;
2
public function getDenormalizationContexts( ) : array ;
2
public function getDenormalizationContextForGroups(array $groups) : array ;
2
public function setDenormalizationContextForGroups(array $context, array $groups = [ ]) : void ;
2
public function __construct(string|array $groups) { /**/ }
2
public function getSymfony( ) ;
2
abstract protected function getNormalizerForSkipNullValues( ) : NormalizerInterface ;
2
public function testIgnoredAttributesContextDenormalizeInherit( ) { /**/ }
2
public function testRejectInvalidKey( ) { /**/ }
2
abstract protected function getNormalizerForAttributes( ) : NormalizerInterface ;
2
abstract protected function getDenormalizerForAttributes( ) : DenormalizerInterface ;
2
public function getProperties(object $object, array $context = [ ]) : ?array ;
2
public function setNormalizer(NormalizerInterface $normalizer) : void ;
2
protected function getConstructor(array &$data, string $class, array &$context, \ReflectionClass $reflectionClass, array|bool $allowedAttributes) : ?\ReflectionMethod { /**/ }
2
protected function denormalizeParameter(\ReflectionClass $class, \ReflectionParameter $parameter, string $parameterName, mixed $parameterData, array $context, ?string $format = null) : mixed { /**/ }
2
public function setDenormalizer(DenormalizerInterface $denormalizer) : void { /**/ }
2
public function initialize(object $object) : void ;
2
public function getGroups(object $object) : array|GroupSequence ;
2
public function __set(string $option, mixed $value) : void { /**/ }
2
public function __isset(string $option) : bool { /**/ }
2
public function getGroupSequence( ) : array|GroupSequence ;
2
public function getMessage( ) : string|\Stringable ;
2
public function getMessageTemplate( ) : string ;
2
public function getParameters( ) : array ;
2
public function getPlural( ) : ?int ;
2
public function getRoot( ) : mixed ;
2
public function getPropertyPath( ) : string ;
2
public function getInvalidValue( ) : mixed ;
2
public function getCode( ) : ?string ;
2
public function getConstraint( ) : ?Constraint ;
2
public function getCause( ) : mixed ;
2
public function __toString( ) : string ;
2
public function add(ConstraintViolationInterface $violation) : void ;
2
public function addAll(self $otherList) : void ;
2
public function get(int $offset) : ConstraintViolationInterface ;
2
public function has(int $offset) : bool ;
2
public function set(int $offset, ConstraintViolationInterface $violation) : void ;
2
public function remove(int $offset) : void ;
2
public function __toString( ) : string ;
2
public function initialize(ExecutionContextInterface $context) ;
2
public function getConstrainedProperties( ) : array ;
2
public function hasGroupSequence( ) : bool ;
2
public function getGroupSequence( ) : ?GroupSequence ;
2
public function isGroupSequenceProvider( ) : bool ;
2
public function hasPropertyMetadata(string $property) : bool ;
2
public function getPropertyMetadata(string $property) : array ;
2
public function getClassName( ) : string ;
2
public function getPropertyName( ) : string ;
2
public function getTraversalStrategy( ) : int ;
2
public function getConstraints( ) : array ;
2
public function findConstraints(string $group) : array ;
2
public function createContext(ValidatorInterface $validator, mixed $root) : ExecutionContextInterface ;
2
public function addViolation(string $message, array $params = [ ]) : void ;
2
public function buildViolation(string $message, array $parameters = [ ]) : ConstraintViolationBuilderInterface ;
2
public function getValidator( ) : ValidatorInterface ;
2
public function getObject( ) : ?object ;
2
public function setNode(mixed $value, ?object $object, ?MetadataInterface $metadata, string $propertyPath) : void ;
2
public function setGroup(?string $group) : void ;
2
public function setConstraint(Constraint $constraint) : void ;
2
public function markGroupAsValidated(string $cacheKey, string $groupHash) : void ;
2
public function isGroupValidated(string $cacheKey, string $groupHash) : bool ;
2
public function markConstraintAsValidated(string $cacheKey, string $constraintHash) : void ;
2
public function isConstraintValidated(string $cacheKey, string $constraintHash) : bool ;
2
public function markObjectAsInitialized(string $cacheKey) : void ;
2
public function isObjectInitialized(string $cacheKey) : bool ;
2
public function getViolations( ) : ConstraintViolationListInterface ;
2
public function getRoot( ) : mixed ;
2
public function getValue( ) : mixed ;
2
public function getMetadata( ) : ?MetadataInterface ;
2
public function getGroup( ) : ?string ;
2
public function getClassName( ) : ?string ;
2
public function getPropertyName( ) : ?string ;
2
public function getPropertyPath(string $subPath = '') : string ;
2
protected function initializeNestedConstraints( ) : void { /**/ }
2
public static function provideAllValidComparisons( ) : array { /**/ }
2
public static function provideAllInvalidComparisons( ) : array { /**/ }
2
public function getProperty( ) ;
2
public function getData( ) { /**/ }
2
public function atPath(string $path) : static ;
2
public function setParameter(string $key, string $value) : static ;
2
public function setParameters(array $parameters) : static ;
2
public function disableTranslation( ) : static ;
2
public function setTranslationDomain(string $translationDomain) : static ;
2
public function setInvalidValue(mixed $invalidValue) : static ;
2
public function setPlural(int $number) : static ;
2
public function setCode(?string $code) : static ;
2
public function setCause(mixed $cause) : static ;
2
public function addViolation( ) : void ;
2
public function __construct(mixed $value, string $expectedType) { /**/ }
2
protected function doSave(array $values, int $lifetime) : array|bool { /**/ }
2
protected function doDelete(array $ids) : bool { /**/ }
2
protected function doUnlink(string $file) : bool { /**/ }
2
private function getFileKey(string $file) : string { /**/ }
2
public function prune( ) : bool { /**/ }
2
protected function doSave(array $values, int $lifetime) : array|bool { /**/ }
2
public function deleteItems(array $keys) : bool { /**/ }
2
public function createCachePool( ) : CacheItemPoolInterface { /**/ }
2
public function createCachePool(int $defaultLifetime = 0) : CacheItemPoolInterface { /**/ }
2
public function createCachePool(int $defaultLifetime = 0, ?string $testMethod = null) : CacheItemPoolInterface { /**/ }
2
public function __construct(AdapterInterface $pool) { /**/ }
2
public function __construct(int $defaultLifetime = 0, bool $storeSerialized = true, float $maxLifetime = 0, int $maxItems = 0) { /**/ }
2
public function save(CacheItemInterface $item) : bool { /**/ }
2
public function save(CacheItemInterface $item) : bool { /**/ }
2
public function readEntry(string $path, string $locale, array $indices, bool $fallback = true) : mixed ;
2
public function compile(string $sourcePath, string $targetDir) : void ;
2
public function getMetadata(string $key = '', string $domain = 'messages') : mixed ;
2
public function setMetadata(string $key, mixed $value, string $domain = 'messages') : void ;
2
public function deleteMetadata(string $key = '', string $domain = 'messages') : void ;
2
public function getLocale( ) : string ;
2
public function getDomains( ) : array ;
2
public function all(?string $domain = null) : array ;
2
public function set(string $id, string $translation, string $domain = 'messages') : void ;
2
public function has(string $id, string $domain = 'messages') : bool ;
2
public function defines(string $id, string $domain = 'messages') : bool ;
2
public function get(string $id, string $domain = 'messages') : string ;
2
public function replace(array $messages, string $domain = 'messages') : void ;
2
public function add(array $messages, string $domain = 'messages') : void ;
2
public function addCatalogue(self $catalogue) : void ;
2
public function addFallbackCatalogue(self $catalogue) : void ;
2
public function getFallbackCatalogue( ) : ?self ;
2
public function getResources( ) : array ;
2
public function addResource(ResourceInterface $resource) : void ;
2
public function __construct(string $locale, ?MessageFormatterInterface $formatter = null, ?string $cacheDir = null, bool $debug = false, array $cacheVary = [ ]) { /**/ }
2
public function addResource(string $format, mixed $resource, string $locale, ?string $domain = null) : void { /**/ }
2
protected function initializeCatalogue(string $locale) : void { /**/ }
2
protected function doLoadCatalogue(string $locale) : void { /**/ }
2
public function getCatalogueMetadata(string $key = '', string $domain = 'messages') : mixed ;
2
public function setCatalogueMetadata(string $key, mixed $value, string $domain = 'messages') : void ;
2
public function deleteCatalogueMetadata(string $key = '', string $domain = 'messages') : void ;
2
public function read(string $directory, MessageCatalogue $catalogue) : void ;
2
public function testReadWithLastModified(array $locales, array $domains, array $responseContents, array $lastModifieds, TranslatorBag $expectedTranslatorBag) { /**/ }
2
public function supports(Dsn $dsn) : bool ;
2
public function format(string $message, string $locale, array $parameters = [ ]) : string ;
2
public function write(MessageCatalogue $catalogue, string $format, array $options = [ ]) : void ;
2
public function getDomains( ) : array ;
2
public function getMessages(string $domain) : array ;
2
public function getNewMessages(string $domain) : array ;
2
public function getObsoleteMessages(string $domain) : array ;
2
public function getResult( ) : MessageCatalogueInterface ;
2
public function getDebug( ) : string ;
2
public function __construct(string $message, ?string $dsn = null, ?\Throwable $previous = null) { /**/ }
2
public function dump(MessageCatalogue $messages, array $options = [ ]) : void ;
2
public function send(Notification $notification, RecipientInterface ...$recipients) : void ;
2
protected function getNextTransport(MessageInterface $message) : ?TransportInterface { /**/ }
2
protected function getInitialCursor( ) : int { /**/ }
2
protected function getNameSymbol( ) : string { /**/ }
2
public function supports(Dsn $dsn) : bool ;
2
public function testMissingRequiredOptionException(string $dsn, ?string $message = null) { /**/ }
2
public function testCanSetCustomPort( ) { /**/ }
2
public function asSmsMessage(SmsRecipientInterface $recipient, ?string $transport = null) : ?SmsMessage ;
2
public function __construct(string $subject = '', array $channels = [ ]) { /**/ }
2
public function asEmailMessage(EmailRecipientInterface $recipient, ?string $transport = null) : ?EmailMessage ;
2
public function toArray( ) : array ;
2
public function toArray( ) : array ;
2
public function __construct(array $options = [ ]) { /**/ }
2
public function toArray( ) : array ;
2
public function toArray( ) : array ;
2
public function toArray( ) : array ;
2
public function __construct(MessageInterface $original, string $transport) { /**/ }
2
public function getChannels(string $importance) : array ;
2
public function getDebug( ) : string ;
2
public function __construct(string $message, ?string $dsn = null, ?\Throwable $previous = null) { /**/ }
2
public function __construct(string $file, iterable $resourceCheckers = [ ]) { /**/ }
2
public function getPath( ) : string ;
2
public function write(string $content, ?array $metadata = null) : void ;
2
public function __construct(string|array $paths = [ ]) { /**/ }
2
public function forDirectory(string $currentDirectory) : static ;
2
public function __construct(string $name) { /**/ }
2
public function __toString( ) : string { /**/ }
2
public function resolve(mixed $resource, ?string $type = null) : LoaderInterface|false ;
2
protected function preNormalize(mixed $value) : mixed { /**/ }
2
protected function allowPlaceholders( ) : bool { /**/ }
2
public function addChild(NodeInterface $node) : void { /**/ }
2
protected function getNodeClass(string $type) : string { /**/ }
2
public function setBuilder(NodeBuilder $builder) : void ;
2
public function children( ) : NodeBuilder ;
2
public function append(NodeDefinition $node) : static ;
2
public function getChildNodeDefinitions( ) : array ;
2
public function build(ConfigurationInterface $configuration) : \Closure ;
2
public function __construct(mixed $resource, ?string $sourceResource = null, int $code = 0, ?\Throwable $previous = null, ?string $type = null) { /**/ }
2
public function getReachableRoleNames(array $roles) : array ;
2
public function testVoteUsingTokenThatReturnsRoleNames($roles, $attributes, $expected) { /**/ }
2
public static function getVoteTests( ) { /**/ }
2
public function getSalt( ) : ?string ;
2
public function __construct(string $prefix = 'ROLE_') { /**/ }
2
protected function extractRoles(TokenInterface $token) : array { /**/ }
2
public function isAuthenticated(?TokenInterface $token = null) : bool ;
2
public function isRememberMe(?TokenInterface $token = null) : bool ;
2
public function isFullFledged(?TokenInterface $token = null) : bool ;
2
public function getClass( ) : string ;
2
public function getSeries( ) : string ;
2
public function getTokenValue( ) : string ;
2
public function getLastUsed( ) : \DateTime ;
2
public function getUserIdentifier( ) : string ;
2
public function getToken(string $tokenId) : CsrfToken ;
2
public function refreshToken(string $tokenId) : CsrfToken ;
2
public function removeToken(string $tokenId) : ?string ;
2
public function isTokenValid(CsrfToken $token) : bool ;
2
public function generateToken( ) : string ;
2
public function __construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher) { /**/ }
2
public function onKernelFinishRequest(FinishRequestEvent $event) { /**/ }
2
protected function callListeners(RequestEvent $event, iterable $listeners) { /**/ }
2
public function getPatterns(Request $request) : array ;
2
abstract public function getSalt( ) : ?string ;
2
public function __construct(UserBadge $userBadge, CredentialsInterface $credentials, array $badges = [ ]) { /**/ }
2
public function supports(Request $request) : ?bool ;
2
public function authenticateRequest(Request $request) : ?Response ;
2
public function onAuthentication(Request $request, TokenInterface $token) : void ;
2
public function getNodes( ) : Node { /**/ }
2
protected function registerFunctions( ) { /**/ }
2
protected static function createArrayNode( ) : ArrayNode { /**/ }
2
public function toBase32( ) : string { /**/ }
2
public function toRfc4122( ) : string { /**/ }
2
public function compare(self $other) : int { /**/ }
2
public function bind(?string $dn = null, ?string $password = null) : void ;
2
public function query(string $dn, string $query, array $options = [ ]) : QueryInterface ;
2
public function getEntryManager( ) : EntryManagerInterface ;
2
public function escape(string $subject, string $ignore = '', int $flags = 0) : string ;
2
public function isBound( ) : bool ;
2
public function bind(?string $dn = null, ?string $password = null) : void ;
2
public function add(Entry $entry) : static ;
2
public function update(Entry $entry) : static ;
2
public function move(Entry $entry, string $newParent) : static ;
2
public function rename(Entry $entry, string $newRdn, bool $removeOldRdn = true) : static ;
2
public function remove(Entry $entry) : static ;
2
public function getConnection( ) : ConnectionInterface ;
2
public function createQuery(string $dn, string $query, array $options = [ ]) : QueryInterface ;
2
public function getEntryManager( ) : EntryManagerInterface ;
2
public function escape(string $subject, string $ignore = '', int $flags = 0) : string ;
2
protected function configureOptions(OptionsResolver $resolver) : void { /**/ }
2
public function execute( ) : CollectionInterface ;
2
public function getWriteInfo(string $class, string $property, array $context = [ ]) : ?PropertyWriteInfo ;
2
public function getReadInfo(string $class, string $property, array $context = [ ]) : ?PropertyReadInfo ;
2
protected function setUp( ) : void { /**/ }
2
public function testGetShortDescription( ) { /**/ }
2
public function testGetLongDescription( ) { /**/ }
2
public function testGetTypes( ) { /**/ }
2
public function testIsReadable( ) { /**/ }
2
public function testIsWritable( ) { /**/ }
2
public function testGetProperties( ) { /**/ }
2
public function testIsInitializable( ) { /**/ }
2
public function __construct(string $string, int $intPrivate) { /**/ }
2
protected function createEventDispatcher( ) { /**/ }
2
protected function beforeDispatch(string $eventName, object $event) : void { /**/ }
2
protected function afterDispatch(string $eventName, object $event) : void { /**/ }
2
public function __construct(array $options = [ ]) { /**/ }
2
protected function getArgument(\ReflectionParameter $parameter, ?string $type) : mixed { /**/ }
2
protected static function register(self $runtime) : self { /**/ }
2
public function getResolver(callable $callable, ?\ReflectionFunction $reflector = null) : ResolverInterface ;
2
public function acquireRead(bool $blocking = false) : bool ;
2
public function getMessages( ) : iterable ;
2
public function acquire(\DateTimeImmutable $now) : bool ;
2
public function from( ) : \DateTimeImmutable ;
2
public function time( ) : \DateTimeImmutable ;
2
public function index( ) : int ;
2
public function save(\DateTimeImmutable $time, int $index) : void ;
2
public function release(\DateTimeImmutable $now, ?\DateTimeImmutable $nextTime) : void ;
2
public function __construct(Address $sender, array $recipients) { /**/ }
2
public function setSender(Address $sender) : void { /**/ }
2
public function getSender( ) : Address { /**/ }
2
public function setRecipients(array $recipients) : void { /**/ }
2
public function getRecipients( ) : array { /**/ }
2
protected function getNextTransport( ) : ?TransportInterface { /**/ }
2
protected function getInitialCursor( ) : int { /**/ }
2
protected function getNameSymbol( ) : string { /**/ }
2
protected function stringifyAddresses(array $addresses) : array { /**/ }
2
public function write(string $bytes, bool $debug = true) : void { /**/ }
2
public function flush( ) : void { /**/ }
2
public function readLine( ) : string { /**/ }
2
public function __toString( ) : string { /**/ }
2
protected function getRequest(SentMessage $message) : SendEmailRequest { /**/ }
2
public function getDebug( ) : string ;
2
public function appendDebug(string $debug) : void ;
2
public function getPath( ) : ?string ;
2
public function __construct(string $message, int $code = 0, ?\Throwable $previous = null, ?string $path = null) { /**/ }
2
public function __construct(PropertyPathInterface $path) { /**/ }
2
public function isIndex( ) : bool ;
2
public function isProperty( ) : bool ;
2
public function setValue(object|array &$objectOrArray, string|PropertyPathInterface $propertyPath, mixed $value) : void ;
2
public function getValue(object|array $objectOrArray, string|PropertyPathInterface $propertyPath) : mixed ;
2
public function isWritable(object|array $objectOrArray, string|PropertyPathInterface $propertyPath) : bool ;
2
public function isReadable(object|array $objectOrArray, string|PropertyPathInterface $propertyPath) : bool ;
2
public function __construct(self|string $propertyPath) { /**/ }
2
public function initializeLazyObject( ) : parent { /**/ }
2
public function initializeLazyObject( ) : object ;
2
public function __construct( ) { /**/ }
2
public function __construct(protected \stdClass $dep, ) { /**/ }
2
protected function doRequestInProcess(object $request) { /**/ }
2
protected function filterRequest(Request $request) { /**/ }
2
protected function filterResponse(object $response) { /**/ }
2
public function getBrowser(array $server = [ ], ?History $history = null, ?CookieJar $cookieJar = null) { /**/ }
2
public function log($level, $message, array $context = [ ]) : void { /**/ }
2
public function returnTypeParentInterface( ) ;
2
public function __construct( ) { /**/ }
2
abstract public function realReturnTypeMustBeThere( ) : string ;
2
public function realReturnTypeIsAlreadyThere( ) { /**/ }
2
abstract public function realReturnTypeIsAlreadyThereWithNull( ) ;
2
public function oneCommonNonObjectReturnedType( ) { /**/ }
2
public function oneCommonNonObjectReturnedTypeWithNull( ) { /**/ }
2
public function oneNonNullableReturnableType( ) { /**/ }
2
public function oneNonNullableReturnableTypeWithNull( ) { /**/ }
2
public function oneNullableReturnableType( ) { /**/ }
2
public function oneNullableReturnableTypeWithNull( ) { /**/ }
2
public function oneOtherType( ) { /**/ }
2
public function oneOtherTypeWithNull( ) { /**/ }
2
public function twoNullableReturnableTypes( ) { /**/ }
2
public function twoNullEdgeCase( ) { /**/ }
2
public function threeReturnTypes( ) { /**/ }
2
public function throughDoc( ) { /**/ }
2
public function optOutThroughDoc( ) { /**/ }
2
public function manyIterables( ) { /**/ }
2
public function nullableReturnableTypeNormalization( ) { /**/ }
2
public function nonNullableReturnableTypeNormalization( ) { /**/ }
2
public function bracketsNormalization( ) { /**/ }
2
public function booleanNormalization( ) { /**/ }
2
public function callableNormalization1( ) { /**/ }
2
public function callableNormalization2( ) { /**/ }
2
public function otherTypeNormalization( ) { /**/ }
2
public function arrayWithLessThanSignNormalization( ) { /**/ }
2
public function this( ) { /**/ }
2
public function mixed( ) { /**/ }
2
public function nullableMixed( ) { /**/ }
2
public function static( ) { /**/ }
2
public function false( ) { /**/ }
2
public function true( ) { /**/ }
2
public function never( ) { /**/ }
2
public function null( ) { /**/ }
2
public function fooMethod(string $foo) { /**/ }
2
public function barMethod( ) { /**/ }
2
public function quzMethod( ) { /**/ }
2
public function outsideMethod( ) ;
2
public function returnTypeInterface( ) ;
2
public function whereAmI( ) ;
2
public function iAmHere( ) ;
2
public function finalMethod( ) { /**/ }
2
public function anotherMethod( ) { /**/ }
2
public function usedInInternalClass( ) { /**/ }
2
private function getBatchSize( ) : int { /**/ }
2
public function getHandlers(Envelope $envelope) : iterable ;
2
public function getSenders(Envelope $envelope) : iterable ;
2
public function isRetryable(Envelope $message, ?\Throwable $throwable = null) : bool ;
2
public function getWaitingTime(Envelope $message, ?\Throwable $throwable = null) : int ;
2
public function testConnectionSendAndGetDelayed( ) { /**/ }
2
public function testConnectionSendDelayedMessagesWithSameContent( ) { /**/ }
2
public function testLazy( ) { /**/ }
2
public function testDbIndex( ) { /**/ }
2
public function testJsonError( ) { /**/ }
2
public function testGetNonBlocking( ) { /**/ }
2
public function testGetAfterReject( ) { /**/ }
2
protected function createRedisClient( ) : \Redis|Relay { /**/ }
2
public function createConnection(array $credentials) : \AMQPConnection { /**/ }
2
public function createChannel(\AMQPConnection $connection) : \AMQPChannel { /**/ }
2
public function createQueue(\AMQPChannel $channel) : \AMQPQueue { /**/ }
2
public function createExchange(\AMQPChannel $channel) : \AMQPExchange { /**/ }
2
public function get( ) : ?array { /**/ }
2
public function setup( ) : void { /**/ }
2
public function getExtraSetupSqlForTable(Table $createdTable) : array { /**/ }
2
public function testDecodingFailsWithBadClass( ) { /**/ }
2
protected function createPhpSerializer( ) : PhpSerializer { /**/ }
2
public function getEnvelope( ) : ?Envelope ;
2
public function __construct(Envelope $envelope, string $receiverName) { /**/ }
2
public function acquire( ) : bool ;
2
public function refresh(?float $ttlInSecond = null) : void ;
2
public function isAcquired( ) : bool ;
2
public function release( ) : void ;
2
public function isExpired( ) : bool ;
2
public function getRemainingLifetime( ) : ?float ;
2
public function save(Key $key, float $ttlInSecond) : void ;
2
public function delete(Key $key) : void ;
2
public function exists(Key $key) : bool ;
2
public function putOffExpiration(Key $key, float $ttlInSecond) : void ;
2
abstract protected function getStore( ) : PersistingStoreInterface ;
2
public function __construct(\Iterator $iterator, array $matchPatterns, array $noMatchPatterns) { /**/ }
2
protected function isRegex(string $str) : bool { /**/ }
2
public function __construct(Definition $definition, ?MarkingStoreInterface $markingStore = null, ?EventDispatcherInterface $dispatcher = null, string $name = 'unnamed', ?array $eventsToDispatch = null) { /**/ }
2
public function supports(WorkflowInterface $workflow, object $subject) : bool ;
2
public function getMarking(object $subject) : Marking ;
2
public function setMarking(object $subject, Marking $marking, array $context = [ ]) : void ;
2
public function getTransition( ) : ?Transition { /**/ }
2
public function getWorkflowMetadata( ) : array ;
2
public function getPlaceMetadata(string $place) : array ;
2
public function getTransitionMetadata(Transition $transition) : array ;
2
protected function findEdges(Definition $definition) : array { /**/ }
2
protected function addEdges(array $edges) : string { /**/ }
2
public function getMethod( ) : string { /**/ }
2
public function getUri( ) : string { /**/ }
2
public function hasValue( ) : bool { /**/ }
2
public function isDisabled( ) : bool { /**/ }
2
public function render(Message $message) : void ;
2
public function getExtensions(string $mimeType) : array ;
2
public function getMimeTypes(string $ext) : array ;
2
public function toString( ) : string { /**/ }
2
public function toIterable( ) : iterable { /**/ }
2
public function getBody( ) : ?AbstractPart { /**/ }
2
protected function initSafeMap( ) : void { /**/ }
2
public function encodeString(string $address) : string ;
2
public function testGuessWithDuplicatedFileType( ) { /**/ }
2
public function getBody( ) : string { /**/ }
2
public function setCharset(string $charset) : void ;
2
public function getCharset( ) : ?string ;
2
public function setLanguage(string $lang) : void ;
2
public function getLanguage( ) : ?string ;
2
public function getName( ) : string ;
2
public function setMaxLineLength(int $lineLength) : void ;
2
public function getMaxLineLength( ) : int ;
2
public function toString( ) : string ;
2
protected function toTokens(?string $string = null) : array { /**/ }
2
public function setNormalizer(string $option, \Closure $normalizer) : static { /**/ }
2
public function setAllowedValues(string $option, mixed $allowedValues) : static { /**/ }
2
public function addAllowedValues(string $option, mixed $allowedValues) : static { /**/ }
2
public function setAllowedTypes(string $option, string|array $allowedTypes) : static { /**/ }
2
public function addAllowedTypes(string $option, string|array $allowedTypes) : static { /**/ }
2
public function resolve(array $options = [ ]) : array { /**/ }
2
public function bytesAt(int $offset) : array { /**/ }
2
public function toCodePointString( ) : CodePointString { /**/ }
2
public function toUnicodeString( ) : UnicodeString { /**/ }
2
public function trimPrefix($prefix) : static { /**/ }
2
public function trimSuffix($suffix) : static { /**/ }
2
public function __clone( ) { /**/ }
2
public function codePointsAt(int $offset) : array { /**/ }
2
public function normalize(int $form = self::NFC) : static { /**/ }
2
public static function provideWrap( ) : array { /**/ }
2
public static function provideIndexOf( ) : array { /**/ }
2
public static function provideIndexOfIgnoreCase( ) : array { /**/ }
2
public static function provideIndexOfLast( ) : array { /**/ }
2
public static function provideIndexOfLastIgnoreCase( ) : array { /**/ }
2
public static function provideTitle( ) { /**/ }
2
public static function provideSlice( ) { /**/ }
2
public static function provideFolded( ) { /**/ }
2
public static function provideReplaceMatches( ) { /**/ }
2
public static function provideCamel( ) { /**/ }
2
public static function provideSnake( ) { /**/ }
2
public static function provideStartsWith( ) { /**/ }
2
public static function provideEndsWith( ) { /**/ }
2
public static function provideEqualsTo( ) { /**/ }
2
public static function provideEqualsToIgnoreCase( ) { /**/ }
2
public static function providePadBoth( ) { /**/ }
2
public static function providePadEnd( ) { /**/ }
2
public static function providePadStart( ) { /**/ }
2
public static function provideReverse( ) { /**/ }
2
public static function providePrepend( ) : array { /**/ }
2
public function slug(string $string, string $separator = '-', ?string $locale = null) : AbstractUnicodeString ;
2
public function compile( ) : CompiledRoute { /**/ }
2
public function __construct(LoaderInterface $loader, mixed $resource, array $options = [ ], ?RequestContext $context = null, ?LoggerInterface $logger = null, ?string $defaultLocale = null) { /**/ }
2
public function __construct(string|array|null $path = null, private ?string $name = null, private array $requirements = [ ], private array $options = [ ], private array $defaults = [ ], private ?string $host = null, array|string $methods = [ ], array|string $schemes = [ ], private ?string $condition = null, private ?int $priority = null, ?string $locale = null, ?string $format = null, ?bool $utf8 = null, ?bool $stateless = null, private ?string $env = null) { /**/ }
2
public function testMissingTrailingSlash( ) { /**/ }
2
public function testExtraTrailingSlash( ) { /**/ }
2
public function testSchemeRequirement( ) { /**/ }
2
public function testTrailingRequirementWithDefaultA( ) { /**/ }
2
public function __construct(RouteCollection $routes, RequestContext $context) { /**/ }
2
protected function matchCollection(string $pathinfo, RouteCollection $routes) : array { /**/ }
2
public function dump(array $options = [ ]) : string ;
2
public function getRoutes( ) : RouteCollection ;
2
public function __construct(RouteCollection $routes, RequestContext $context, ?LoggerInterface $logger = null, ?string $defaultLocale = null) { /**/ }
2
public function setStrictRequirements(?bool $enabled) : void ;
2
public function isStrictRequirements( ) : ?bool ;
2
public function dump(array $options = [ ]) : string ;
2
public function getRoutes( ) : RouteCollection ;
2
protected function loadFile(string $file) : \DOMDocument { /**/ }
2
protected function getDefaultRouteName(\ReflectionClass $class, \ReflectionMethod $method) { /**/ }
2
private function createRoute(string $path) : Route { /**/ }
2
public function sanitize(string $input) : string ;
2
public function sanitizeFor(string $element, string $input) : string ;
2
public function parse(string $html) : ?\DOMNode ;
2
public function cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::') : string ;
2
public function selectorToXPath(SelectorNode $selector, string $prefix = 'descendant-or-self::') : string ;
2
public function testHandleValue($value, Token $expectedToken, $remainingContent) { /**/ }
2
public function getNodeName( ) : string ;
2
public function dumpScalar(Cursor $cursor, string $type, string|int|float|bool|null $value) : void ;
2
abstract protected function doClone(mixed $var) : array ;
2
public function __construct(mixed $value) { /**/ }
2
public function setStyles(array $styles) : void { /**/ }
2
public function setDisplayOptions(array $displayOptions) : void { /**/ }
2
protected function style(string $style, string $value, array $attr = [ ]) : string { /**/ }
2
protected function supportsColors( ) : bool { /**/ }
2
private function getSourceLink(string $file, int $line) : string|false { /**/ }
2
public function getAsset(string $logicalPath) : ?MappedAsset ;
2
public function allAssets( ) : iterable ;
2
public function getAssetFromSourcePath(string $sourcePath) : ?MappedAsset ;
2
public function getPublicPath(string $logicalPath) : ?string ;
2
public function write(string $path, string $contents) : void ;
2
public function copy(string $originPath, string $path) : void ;
2
public function getDestinationPath( ) : string ;
2
public function resolvePublicPath(string $logicalPath) : string ;
2
public function resolvePackages(array $packagesToRequire) : array ;
2
public function downloadPackages(array $importMapEntries, ?callable $progressCallback = null) : array ;
2
protected function getEnv(string $name) : mixed { /**/ }
2
public function registerExtension(ExtensionInterface $extension) : void { /**/ }
2
public function addCompilerPass(CompilerPassInterface $pass, string $type = PassConfig::TYPE_BEFORE_OPTIMIZATION, int $priority = 0) : static { /**/ }
2
public function resolveEnvPlaceholders(mixed $value, string|bool|null $format = null, ?array &$usedEnvs = null) : mixed { /**/ }
2
public function __construct(string $id, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE) { /**/ }
2
public function __construct(?string $class = null, array $arguments = [ ]) { /**/ }
2
public function replaceArgument(int|string $index, mixed $argument) : static { /**/ }
2
public function getArgument(int|string $index) : mixed { /**/ }
2
public function findTaggedServiceIds(string $name) : array ;
2
public function __construct(public string $env, ) { /**/ }
2
public function __construct(array $values) { /**/ }
2
public function __construct($foo, ?Bar $bar = null) { /**/ }
2
public function setDependencies(Foo $foo, A $a) { /**/ }
2
public function notASetter(A $a) { /**/ }
2
public function setWithCallsConfigured(A $a) { /**/ }
2
public static function create( ) : static ;
2
public function __construct($optionalArgument = 'foo') { /**/ }
2
public function __construct($mandatoryArgument) { /**/ }
2
public function __construct( ) { /**/ }
2
public function getEnvPlaceholders( ) : array { /**/ }
2
public function getUnusedEnvPlaceholders( ) : array { /**/ }
2
public function deprecate(string $name, string $package, string $version, string $message = 'The parameter "%s" is deprecated.') : void { /**/ }
2
public function all( ) : array ;
2
private function getExpressionLanguage( ) : ExpressionLanguage { /**/ }
2
public function __construct(ContainerBuilder $container) { /**/ }
2
public function getPasswordHasherName( ) : ?string ;
2
public function hashPassword(PasswordAuthenticatedUserInterface $user, string $plainPassword) : string ;
2
public function isPasswordValid(PasswordAuthenticatedUserInterface $user, string $plainPassword) : bool ;
2
public function needsRehash(PasswordAuthenticatedUserInterface $user) : bool ;
2
public function getPasswordHasher(string|PasswordAuthenticatedUserInterface|PasswordHasherAwareInterface $user) : PasswordHasherInterface ;
2
public function prepare(Request $request) : static { /**/ }
2
public function sendHeaders(?int $statusCode = null) : static { /**/ }
2
public function getStatusCode( ) : int { /**/ }
2
protected function computeCacheControlValue( ) : string { /**/ }
2
public function push(Request $request) : void { /**/ }
2
public function pop( ) : ?Request { /**/ }
2
public function getCurrentRequest( ) : ?Request { /**/ }
2
public function getMainRequest( ) : ?Request { /**/ }
2
public function getParentRequest( ) : ?Request { /**/ }
2
public function __construct(array $query = [ ], array $request = [ ], array $attributes = [ ], array $cookies = [ ], array $files = [ ], array $server = [ ], $content = null) { /**/ }
2
public function getClientIp( ) : ?string { /**/ }
2
public function getUri( ) : string { /**/ }
2
public function getMethod( ) : string { /**/ }
2
public function getContent(bool $asResource = false) { /**/ }
2
public function __construct(array $parameters = [ ]) { /**/ }
2
public function get(string $key, mixed $default = null) : mixed { /**/ }
2
public function getString(string $key, string $default = '') : string { /**/ }
2
public function getEnum(string $key, string $class, ?\BackedEnum $default = null) : ?\BackedEnum { /**/ }
2
public function filter(string $key, mixed $default = null, int $filter = \FILTER_DEFAULT, mixed $options = [ ]) : mixed { /**/ }
2
public function __construct(array $headers = [ ]) { /**/ }
2
public function all(?string $key = null) : array { /**/ }
2
public function replace(array $headers = [ ]) : void { /**/ }
2
public function set(string $key, string|array|null $values, bool $replace = true) : void { /**/ }
2
public function remove(string $key) : void { /**/ }
2
public function hasCacheControlDirective(string $key) : bool { /**/ }
2
public function getCacheControlDirective(string $key) : bool|string|null { /**/ }
2
public function consume(Request $request) : RateLimit ;
2
public function reset(Request $request) : void ;
2
public function peek(Request $request) : RateLimit ;
2
public function getFlashBag( ) : FlashBagInterface ;
2
public function createSession( ) : SessionInterface ;
2
public function start( ) : bool ;
2
public function getId( ) : string ;
2
public function setId(string $id) : void ;
2
public function getName( ) : string ;
2
public function setName(string $name) : void ;
2
public function invalidate(?int $lifetime = null) : bool ;
2
public function migrate(bool $destroy = false, ?int $lifetime = null) : bool ;
2
public function save( ) : void ;
2
public function has(string $name) : bool ;
2
public function get(string $name, mixed $default = null) : mixed ;
2
public function set(string $name, mixed $value) : void ;
2
public function all( ) : array ;
2
public function replace(array $attributes) : void ;
2
public function remove(string $name) : mixed ;
2
public function clear( ) : void ;
2
public function isStarted( ) : bool ;
2
public function registerBag(SessionBagInterface $bag) : void ;
2
public function getBag(string $name) : SessionBagInterface ;
2
public function getMetadataBag( ) : MetadataBag ;
2
public function has(string $name) : bool ;
2
public function get(string $name, mixed $default = null) : mixed ;
2
public function set(string $name, mixed $value) : void ;
2
public function all( ) : array ;
2
public function replace(array $attributes) : void ;
2
public function remove(string $name) : mixed ;
2
public function __construct(array $options = [ ], AbstractProxy|\SessionHandlerInterface|null $handler = null, ?MetadataBag $metaBag = null) { /**/ }
2
public function __construct(string $name = 'MOCKSESSID', ?MetadataBag $metaBag = null) { /**/ }
2
public function write(string $sessionId, string $data) : bool { /**/ }
2
public function doRun(InputInterface $input, OutputInterface $output) : int { /**/ }
2
public function getLongVersion( ) : string { /**/ }
2
public function add(Command $command) : ?Command { /**/ }
2
public function get(string $name) : Command { /**/ }
2
public function find(string $name) : Command { /**/ }
2
public function all(?string $namespace = null) : array { /**/ }
2
protected function doRunCommand(Command $command, InputInterface $input, OutputInterface $output) : int { /**/ }
2
protected function getDefaultInputDefinition( ) : InputDefinition { /**/ }
2
protected function getDefaultCommands( ) : array { /**/ }
2
protected function getDefaultHelperSet( ) : HelperSet { /**/ }
2
public function setStream($stream) : void ;
2
public function getStream( ) ;
2
protected function parseToken(string $token, bool $parseOptions) : bool { /**/ }
2
public function setInput(InputInterface $input) : void ;
2
public function validate( ) : void ;
2
public function getArguments( ) : array ;
2
public function getArgument(string $name) : mixed ;
2
public function setArgument(string $name, mixed $value) : void ;
2
public function hasArgument(string $name) : bool ;
2
public function getOptions( ) : array ;
2
public function getOption(string $name) : mixed ;
2
public function setOption(string $name, mixed $value) : void ;
2
public function hasOption(string $name) : bool ;
2
public function isInteractive( ) : bool ;
2
public function setInteractive(bool $interactive) : void ;
2
protected function normalizeOutput(string $output) { /**/ }
2
public function getErrorOutput( ) : OutputInterface ;
2
public function setErrorOutput(OutputInterface $error) : void ;
2
public function section( ) : ConsoleSectionOutput ;
2
public function __construct(OutputInterface $output) { /**/ }
2
public function createProgressBar(int $max = 0) : ProgressBar { /**/ }
2
public function title(string $message) : void ;
2
public function section(string $message) : void ;
2
public function listing(array $elements) : void ;
2
public function text(string|array $message) : void ;
2
public function success(string|array $message) : void ;
2
public function error(string|array $message) : void ;
2
public function warning(string|array $message) : void ;
2
public function note(string|array $message) : void ;
2
public function caution(string|array $message) : void ;
2
public function table(array $headers, array $rows) : void ;
2
public function ask(string $question, ?string $default = null, ?callable $validator = null) : mixed ;
2
public function askHidden(string $question, ?callable $validator = null) : mixed ;
2
public function confirm(string $question, bool $default = true) : bool ;
2
public function choice(string $question, array $choices, mixed $default = null) : mixed ;
2
public function progressStart(int $max = 0) : void ;
2
public function progressAdvance(int $step = 1) : void ;
2
public function progressFinish( ) : void ;
2
public function formatAndWrap(?string $message, int $width) : string ;
2
public function getHelperSet( ) : ?HelperSet { /**/ }
2
public function getApplication( ) : ?Application { /**/ }
2
public function setHelperSet(?HelperSet $helperSet) : void ;
2
public function getHelperSet( ) : ?HelperSet ;
2
public function __construct(string $value = '', array $options = [ ]) { /**/ }
2
protected function writePrompt(OutputInterface $output, Question $question) : void { /**/ }
2
protected function writeError(OutputInterface $output, \Exception $error) : void { /**/ }
2
public function __construct(iterable $listeners, ?ExceptionListener $exceptionListener = null, ?LogoutListener $logoutListener = null, ?FirewallConfig $config = null) { /**/ }
2
public function getListeners( ) : iterable { /**/ }
2
public function testFirewallPatterns( ) { /**/ }
2
public function createListeners(ContainerBuilder $container, string $firewallName, array $config) : array ;
2
protected function tearDown( ) : void { /**/ }
2
public function testMessengerMiddlewareFactoryErroneousFormat( ) { /**/ }
2
public static function staticMethod( ) { /**/ }
2
protected function warmUpPhpArrayAdapter(PhpArrayAdapter $phpArrayAdapter, array $values) : array { /**/ }
2
public function setContainer(ContainerInterface $container) : ?ContainerInterface { /**/ }
2
protected function sortParameters(ParameterBag $parameters) : array { /**/ }
2