OutputFormatter::getStyleStack()

OutputFormatterStyleStack getStyleStack() Return Value OutputFormatterStyleStack

FormView::offsetUnset()

offsetUnset(string $name) Removes a child (implements \ArrayAccess). Parameters string $name The child name

ArrayAccessibleResourceBundle::offsetSet()

offsetSet($offset, $value) Parameters $offset $value

DumpExtension::getFunctions()

getFunctions()

MemberMetadata::getName()

string getName() Returns the name of the member. Return Value string

StopwatchExtension

class StopwatchExtension extends Twig_Extension Twig extension for the stopwatch helper. Methods __construct(Stopwatch $stopwatch = null, $enabled = true) getStopwatch() getTokenParsers() getName() Details __construct(Stopwatch $stopwatch = null, $enabled = true) Parameters Stopwatch $stopwatch $enabled getStopwatch() getTokenParsers()

JsonResponse::setData()

JsonResponse setData(mixed $data = array()) Sets the data to be sent as JSON. Parameters mixed $data Return Value JsonResponse Exceptions InvalidArgumentException

Component\Intl\Data\Generator

Classes AbstractDataGenerator The rule for compiling the currency bundle. CurrencyDataGenerator The rule for compiling the currency bundle. GeneratorConfig Stores contextual information for resource bundle generation. LanguageDataGenerator The rule for compiling the language bundle. LocaleDataGenerator The rule for compiling the locale bundle. RegionDataGenerator The rule for compiling the region bundle. ScriptDataGenerator The rule for compiling the script bundle.

History

class History History. Methods clear() Clears the history. add(Request $request) Adds a Request to the history. bool isEmpty() Returns true if the history is empty. Request back() Goes back in the history. Request forward() Goes forward in the history. Request current() Returns the current element in the history. Details clear() Clears the history. add(Request $request) Adds

AbstractType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name