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

WriteCheckSessionHandler

class WriteCheckSessionHandler implements SessionHandlerInterface Wraps another SessionHandlerInterface to only write the session when it has been modified. Methods __construct(SessionHandlerInterface $wrappedSessionHandler) close() {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($maxlifetime) {@inheritdoc} open($savePath, $sessionName) {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} Details

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

PropelDataCollector::getName()

string getName() Returns the collector name. Return Value string The collector name

MappingException

class MappingException extends ValidatorException