TokenInterface::getAttribute()

mixed getAttribute(string $name) Returns an attribute value. Parameters string $name The attribute name Return Value mixed The attribute value Exceptions InvalidArgumentException When attribute doesn't exist for this token

XmlDumper::dump()

string dump(array $options = array()) Dumps the service container as an XML string. Parameters array $options An array of options Return Value string The representation of the service container

ValidatorBuilderInterface::disableAnnotationMapping()

ValidatorBuilderInterface disableAnnotationMapping() Disables annotation based constraint mapping. Return Value ValidatorBuilderInterface The builder object

Component\Debug\FatalErrorHandler

Classes ClassNotFoundFatalErrorHandler ErrorHandler for classes that do not exist. UndefinedFunctionFatalErrorHandler ErrorHandler for undefined functions. UndefinedMethodFatalErrorHandler ErrorHandler for undefined methods. Interfaces FatalErrorHandlerInterface Attempts to convert fatal errors to exceptions.

Container::camelize()

static string camelize(string $id) Camelizes a string. Parameters string $id A string to camelize Return Value string The camelized string

PhpEngine

class PhpEngine extends PhpEngine implements EngineInterface This engine knows how to render Symfony templates. Methods __construct(TemplateNameParserInterface $parser, ContainerInterface $container, LoaderInterface $loader, GlobalVariables $globals = null) Constructor. string render(string|TemplateReferenceInterface $name, array $parameters = array()) Renders a template. from PhpEngine bool exists(string|TemplateReferenceInterface $name) Returns true if the template exists. fr

ParameterBag::getDigits()

string getDigits(string $key, string $default = '') Returns the digits of the parameter value. Parameters string $key The parameter key string $default The default value if the parameter key does not exist Return Value string The filtered value

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for the PropertyAccess component.

NodeBuilder::booleanNode()

BooleanNodeDefinition booleanNode(string $name) Creates a child Boolean node. Parameters string $name The name of the node Return Value BooleanNodeDefinition The child node

RecursiveValidator

class RecursiveValidator implements ValidatorInterface Recursive implementation of {@link ValidatorInterface}. Methods __construct(ExecutionContextFactoryInterface $contextFactory, MetadataFactoryInterface $metadataFactory, ConstraintValidatorFactoryInterface $validatorFactory, array $objectInitializers = array()) Creates a new validator. ContextualValidatorInterface startContext($root = null) Starts a new validation context and returns a validator for that context. ContextualVal