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

Router::setOptions()

setOptions(array $options) Sets options. Available options: cache_dir: The cache directory (or null to disable caching) debug: Whether to enable debugging or not (false by default) generator_class: The name of a UrlGeneratorInterface implementation generatorbaseclass: The base class for the dumped generator class generatorcacheclass: The class name for the dumped generator class generatordumperclass: The name of a GeneratorDumperInterface implementation matcher_class: The name of a U

PersistentTokenInterface::getSeries()

string getSeries() Returns the series. Return Value string

PersistentTokenInterface::getClass()

string getClass() Returns the class of the user. Return Value string

HeaderBag::removeCacheControlDirective()

removeCacheControlDirective(string $key) Removes a Cache-Control directive. Parameters string $key The Cache-Control directive

ClassMetadata::merge()

merge(ClassMetadataInterface $classMetadata) Merges a {@link ClassMetadataInterface} in the current one. Parameters ClassMetadataInterface $classMetadata

OptionsResolverInterface deprecated::setDefaults()

OptionsResolverInterface setDefaults(array $defaultValues) Sets default option values. The options can either be values of any types or closures that evaluate the option value lazily. These closures must have one of the following signatures: function (Options $options) function (Options $options, $value) The second parameter passed to the closure is the previously set default value, in case you are overwriting an existing default value. The closures should return the lazily cr

CamelCaseToSnakeCaseNameConverter

class CamelCaseToSnakeCaseNameConverter implements NameConverterInterface CamelCase to Underscore name converter. Methods __construct(array $attributes = null, bool $lowerCamelCase = true) string normalize(string $propertyName) Converts a property name to its normalized value. string denormalize(string $propertyName) Converts a property name to its denormalized value. Details __construct(array $attributes = null, bool $lowerCamelCase = true)

AttributeMetadata::merge()

merge(AttributeMetadataInterface $attributeMetadata) Merges an {see AttributeMetadataInterface} with in the current one. Parameters AttributeMetadataInterface $attributeMetadata