Regex::isCaseSensitive()

bool isCaseSensitive() Returns value case sensitivity. Return Value bool

Profiler::loadProfileFromResponse()

Profile|false loadProfileFromResponse(Response $response) Loads the Profile for the given Response. Parameters Response $response A Response instance Return Value Profile|false A Profile instance

ButtonBuilder::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the button configuration. Return Value FormConfigInterface

EnvironmentConfigurator

class EnvironmentConfigurator Twig environment configurator. Methods __construct($dateFormat, $intervalFormat, $timezone, $decimals, $decimalPoint, $thousandsSeparator) configure(Twig_Environment $environment) Details __construct($dateFormat, $intervalFormat, $timezone, $decimals, $decimalPoint, $thousandsSeparator) Parameters $dateFormat $intervalFormat $timezone $decimals $decimalPoint $thousandsSeparator

InputOption

class InputOption Represents a command line option. Constants VALUE_NONE VALUE_REQUIRED VALUE_OPTIONAL VALUE_IS_ARRAY Methods __construct(string $name, string|array $shortcut = null, int $mode = null, string $description = '', mixed $default = null) Constructor. string getShortcut() Returns the option shortcut. string getName() Returns the option name. bool acceptValue() Returns true if the option accepts a value. bool isValueRequired() Returns true

PathFilterIterator

class PathFilterIterator extends MultiplePcreFilterIterator PathFilterIterator filters files by path patterns (e.g. some/special/dir). Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(Iterator $iterator, array $matchPatterns, array $noMatchPatterns) Constructor. from MultiplePcreFilterIterator bool accept() Filters the iterator values. Details

NumberFormatter::setAttribute()

bool setAttribute(int $attr, int $value) Set an attribute. Parameters int $attr An attribute specifier, one of the numeric attribute constants The only currently supported attributes are NumberFormatter::FRACTIONDIGITS, NumberFormatter::GROUPINGUSED and NumberFormatter::ROUNDING_MODE. int $value The attribute value Return Value bool true on success or false on failure Exceptions MethodArgumentValueNotImplementedException When the $attr is not supported MethodArgumentValueNotImp

CodeHelper

class CodeHelper extends Helper CodeHelper. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(string $fileLinkFormat, string $rootDir, string $charset) Constructor. string formatArgsAsText(array $args) Formats an array as a string. abbrClass($class) abbrMethod($method) string formatArgs(array $args) Formats an array as a string. string fileExcerpt(string $file,

CheckboxType::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the form view. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. A view of a form is built before the views of the child forms are built. This means that you cannot access child views in this method. If you need to do so, move your logic to {@link finishView()} instead. Parameters FormView $view The view FormInterface $form The form

SerializerAwareInterface

interface SerializerAwareInterface Defines the interface of encoders. Methods setSerializer(SerializerInterface $serializer) Sets the owning Serializer object. Details setSerializer(SerializerInterface $serializer) Sets the owning Serializer object. Parameters SerializerInterface $serializer