InlineFragmentRenderer::render()

Response render(string|ControllerReference $uri, Request $request, array $options = array()) Renders a URI and returns the Response content. Parameters string|ControllerReference $uri A URI as a string or a ControllerReference instance Request $request A Request instance array $options An array of options Return Value Response A Response instance

MessageCatalogue::all()

array all(string $domain = null) Gets the messages within a given domain. If $domain is null, it returns all messages. Parameters string $domain The domain name Return Value array An array of messages

ReflectionExtractor

class ReflectionExtractor implements PropertyListExtractorInterface, PropertyTypeExtractorInterface, PropertyAccessExtractorInterface Extracts data using the reflection API. Properties static string[] $mutatorPrefixes static string[] $accessorPrefixes static string[] $arrayMutatorPrefixes Methods __construct() string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Type[]|null getTypes(string

ReflectionExtractor::isReadable()

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

Hour1201Transformer deprecated

class Hour1201Transformer extends Hour1201Transformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\Hour1201Transformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\Hour1201Transformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from Hour1201Transformer string getReverseMatchingRegExp(int $length) Returns a re

Inline::dump()

static string dump(mixed $value, int $flags) Dumps a given PHP variable to a YAML string. Parameters mixed $value The PHP variable to convert int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string Return Value string The YAML string representing the PHP array Exceptions DumpException When trying to dump PHP resource

Component\Translation\DataCollector

Classes TranslationDataCollector

FormFactoryBuilder::getFormFactory()

FormFactoryInterface getFormFactory() Builds and returns the factory. Return Value FormFactoryInterface The form factory.

NodeBuilder::scalarNode()

ScalarNodeDefinition scalarNode(string $name) Creates a child scalar node. Parameters string $name the name of the node Return Value ScalarNodeDefinition The child node

ClonerInterface

interface ClonerInterface Methods Data cloneVar(mixed $var) Clones a PHP variable. Details Data cloneVar(mixed $var) Clones a PHP variable. Parameters mixed $var Any PHP variable Return Value Data The cloned variable represented by a Data object