StructuredBundleReader::read()

mixed read(string $path, string $locale) Reads a resource bundle. Parameters string $path The path to the resource bundle. string $locale The locale to read. Return Value mixed Returns an array or {@link \ArrayAccess} instance for complex data, a scalar value otherwise.

RoutableFragmentRenderer

class RoutableFragmentRenderer implements FragmentRendererInterface Adds the possibility to generate a fragment URI for a given Controller. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. Details setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. Parameters string $path The path See also FragmentListener

NumericNodeDefinition::min()

NumericNodeDefinition min(mixed $min) Ensures that the value is bigger than the given reference. Parameters mixed $min Return Value NumericNodeDefinition Exceptions InvalidArgumentException when the constraint is inconsistent

BundleTransformer::addRule()

addRule(TransformationRuleInterface $rule) Adds a new compilation rule. Parameters TransformationRuleInterface $rule The compilation rule.

DebugFormatterHelper::progress()

string progress(string $id, string $buffer, bool $error = false, string $prefix = 'OUT', string $errorPrefix = 'ERR') Adds progress to a formatting session. Parameters string $id The id of the formatting session string $buffer The message to display bool $error Whether to consider the buffer as error string $prefix The prefix for output string $errorPrefix The prefix for error output Return Value string

SyntaxErrorException

class SyntaxErrorException extends ParseException ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods static SyntaxErrorException unexpectedToken(string $expectedValue, Token $foundToken) static SyntaxErrorException pseudoElementFound(string $pseudoElement, string $unexpectedLocation) static SyntaxErrorException unclosedS

ChoiceType::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. This method gets called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. When this method is called, views of the form's children have already been built and finished and can be accessed. You should only implement such logic in this method that actually accesses child views. For everything else you are recommended to implement {@link buil

Finder::ignoreDotFiles()

Finder|SplFileInfo[] ignoreDotFiles(bool $ignoreDotFiles) Excludes "hidden" directories and files (starting with a dot). Parameters bool $ignoreDotFiles Whether to exclude "hidden" files or not Return Value Finder|SplFileInfo[] The current Finder instance See also ExcludeDirectoryFilterIterator

DefaultAuthenticationFailureHandler::onAuthenticationFailure()

Response onAuthenticationFailure(Request $request, AuthenticationException $exception) This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener. Parameters Request $request AuthenticationException $exception Return Value Response The response to return, never null

Finder::directories()

Finder|SplFileInfo[] directories() Restricts the matching to directories only. Return Value Finder|SplFileInfo[] The current Finder instance