DecoderInterface::decode()

mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. Parameters string $data Data to decode string $format Format name array $context options that decoders have access to The format parameter specifies which format the data is in; valid values depend on the specific implementation. Authors implementing this interface are encouraged to document which formats they support in a non-inherited phpdoc comment. Return Value mixed Excep

Component\Security\Http\EntryPoint

Classes BasicAuthenticationEntryPoint BasicAuthenticationEntryPoint starts an HTTP Basic authentication. DigestAuthenticationEntryPoint DigestAuthenticationEntryPoint starts an HTTP Digest authentication. FormAuthenticationEntryPoint FormAuthenticationEntryPoint starts an authentication via a login form. RetryAuthenticationEntryPoint RetryAuthenticationEntryPoint redirects URL based on the configured scheme. Interfaces AuthenticationEntryPointInterface AuthenticationEntryPo

ImmutableEventDispatcher::addSubscriber()

addSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber. The subscriber is asked for all the events he is interested in and added as a listener for these events. Parameters EventSubscriberInterface $subscriber The subscriber

Bundle::boot()

boot() Boots the Bundle.

ExtensionInterface::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

EventDispatcher::addSubscriber()

addSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber. The subscriber is asked for all the events he is interested in and added as a listener for these events. Parameters EventSubscriberInterface $subscriber The subscriber

EventDispatcher::removeSubscriber()

removeSubscriber(EventSubscriberInterface $subscriber) Removes an event subscriber. Parameters EventSubscriberInterface $subscriber The subscriber

ChainEncoder::needsNormalization()

bool needsNormalization(string $format) Checks whether the normalization is needed for the given format. Parameters string $format Return Value bool

DumperPrefixCollection::mergeSlashNodes()

mergeSlashNodes() Merges nodes whose prefix ends with a slash. Children of a node whose prefix ends with a slash are moved to the parent node

ClassMetadata::getReflectionClass()

ReflectionClass getReflectionClass() Returns a ReflectionClass instance for this class. Return Value ReflectionClass