XliffFileLoader

class XliffFileLoader implements LoaderInterface XliffFileLoader loads translations from XLIFF files. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A MessageC

XliffFileDumper

class XliffFileDumper extends FileDumper XliffFileDumper generates xliff files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options =

XcacheClassLoader

class XcacheClassLoader XcacheClassLoader implements a wrapping autoloader cached in XCache for PHP 5.3. It expects an object implementing a findFile method to find the file. This allows using it as a wrapper around the other loaders of the component (the ClassLoader for instance) but also around any other autoloaders following this convention (the Composer one for instance). // with a Symfony autoloader $loader = new ClassLoader(); $loader->addPrefix('Symfony\Component', __DIR__.'/compon

X509Factory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

X509Factory::getKey()

getKey()

X509Factory::create()

create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) Parameters ContainerBuilder $container $id $config $userProvider $defaultEntryPoint

X509Factory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

X509Factory

class X509Factory implements SecurityFactoryInterface X509Factory creates services for X509 certificate authentication. Methods create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) string getPosition() Defines the position at which the provider is called. getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

X509AuthenticationListener

class X509AuthenticationListener extends AbstractPreAuthenticatedListener X509 authentication listener. Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, $providerKey, $userKey = 'SSL_CLIENT_S_DN_Email', $credentialKey = 'SSL_CLIENT_S_DN', LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null) handle(GetResponseEvent $event) Handles pre-authentication. from AbstractPreAuthenticatedListener Detail

WriteCheckSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data