RouteCompiler

class RouteCompiler implements RouteCompilerInterface RouteCompiler compiles Route instances to CompiledRoute instances. Constants REGEX_DELIMITER SEPARATORS This string defines the characters that are automatically considered separators in front of optional placeholders (with default and no static text following). Such a single separator can be left out together with the optional placeholder from matching and generating URLs. Methods static CompiledRoute compile(Route $route) C

InputArgument::setDefault()

setDefault(mixed $default = null) Sets the default value. Parameters mixed $default The default value Exceptions LogicException When incorrect default value is given

FormView::offsetSet()

offsetSet($name, $value) Implements \ArrayAccess. Parameters $name $value Exceptions BadMethodCallException always as setting a child by name is not allowed

Response::sendContent()

Response sendContent() Sends content for the current web response. Return Value Response

MessageCatalogueInterface::getLocale()

string getLocale() Gets the catalogue locale. Return Value string The locale

Response::setDate()

Response setDate(DateTime $date) Sets the Date header. Parameters DateTime $date A \DateTime instance Return Value Response

DenormalizerAwareTrait

trait DenormalizerAwareTrait DenormalizerAware trait. Methods setDenormalizer(DenormalizerInterface $denormalizer) Sets the Denormalizer. Details setDenormalizer(DenormalizerInterface $denormalizer) Sets the Denormalizer. Parameters DenormalizerInterface $denormalizer A DenormalizerInterface instance

ResolveParameterPlaceHoldersPass

class ResolveParameterPlaceHoldersPass implements CompilerPassInterface Resolves all parameter placeholders "%somevalue%" to their real values. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Details process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Parameters ContainerBuilder $container Exceptions ParameterNotFoundException

PropelLogger::err()

err($message) {@inheritdoc} Parameters $message

PersistentTokenInterface::getSeries()

string getSeries() Returns the series. Return Value string