OutputStyle::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

CsvFileDumper::setCsvControl()

setCsvControl(string $delimiter = ';', string $enclosure = '"') Sets the delimiter and escape character for CSV. Parameters string $delimiter delimiter character string $enclosure enclosure character

Session::getMetadataBag()

MetadataBag getMetadataBag() Gets session meta. Return Value MetadataBag

TableStyle::getHorizontalBorderChar()

string getHorizontalBorderChar() Gets horizontal border character. Return Value string

Client::getRequest()

object|null getRequest() Returns the current origin Request instance. The origin request is the request instance that is sent to the code that handles requests. Return Value object|null A Request instance

AutoExpireFlashBag::clear()

mixed clear() Clears out data from bag. Return Value mixed Whatever data was contained

FlashBag::keys()

array keys() Returns a list of all defined types. Return Value array

FormConfigBuilder

class FormConfigBuilder implements FormConfigBuilderInterface A basic form configuration. Methods __construct(string|int $name, string $dataClass, EventDispatcherInterface $dispatcher, array $options = array()) Creates an empty form configuration. FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority) Adds an event listener to an event on this form. FormConfigBuilderInterface addEventSubscriber(EventSubscriberInterface $subscriber) Add

Bridge\Swiftmailer\DataCollector

Classes MessageDataCollector MessageDataCollector.

TokenizerPatterns::getQuotedStringPattern()

string getQuotedStringPattern(string $quote) Parameters string $quote Return Value string