BaseNode::merge()

final mixed merge(mixed $leftSide, mixed $rightSide) Merges two values together. Parameters mixed $leftSide mixed $rightSide Return Value mixed The merged values Exceptions ForbiddenOverwriteException

HttpCache::getTraces()

array getTraces() Returns an array of events that took place during processing of the last request. Return Value array An array of events

SerializerPass

class SerializerPass implements CompilerPassInterface Adds all services with the tags "serializer.encoder" and "serializer.normalizer" as encoders and normalizers to the Serializer service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $co

PhpEngine::offsetUnset()

offsetUnset(string $name) Removes a helper. Parameters string $name The helper name Exceptions LogicException

AbstractAdapter::getItem()

getItem($key) {@inheritdoc} Parameters $key

StopwatchExtension::getStopwatch()

getStopwatch()

Bridge\Propel1\Logger

Classes PropelLogger PropelLogger.

PropertyInfoExtractor::isWritable()

bool|null isWritable(string $class, string $property, array $context = array()) Is the property writable? Parameters string $class string $property array $context Return Value bool|null

CookieJar::flushExpiredCookies()

flushExpiredCookies() Removes all expired cookies.

ButtonBuilder::resetViewTransformers()

FormConfigBuilderInterface resetViewTransformers() Unsupported method. This method should not be invoked. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException