SvnCommit

class SvnCommit An SVN commit. Methods __construct(SimpleXMLElement $svnInfo) Creates a commit from the given "svn info" data. string getRevision() Returns the revision of the commit. string getAuthor() Returns the author of the commit. string getDate() Returns the date of the commit. Details __construct(SimpleXMLElement $svnInfo) Creates a commit from the given "svn info" data. Parameters SimpleXMLElement $svnInfo The XML res

Bridge\Doctrine\DependencyInjection\Security\UserProvider

Classes EntityFactory EntityFactory creates services for Doctrine user provider.

ChannelListener

class ChannelListener implements ListenerInterface ChannelListener switches the HTTP protocol based on the access control configuration. Methods __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null) handle(GetResponseEvent $event) Handles channel management. Details __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterf

TemplateReference::getPath()

string getPath() Returns the path to the template - as a path when the template is not part of a bundle - as a resource when the template is part of a bundle. Return Value string A path to the template or a resource

FormInterface::getName()

string getName() Returns the name by which the form is identified in forms. Return Value string The name of the form

ResolvedFormTypeInterface::getOptionsResolver()

OptionsResolver getOptionsResolver() Returns the configured options resolver used for this type. Return Value OptionsResolver The options resolver

UnsupportedMediaTypeHttpException

class UnsupportedMediaTypeHttpException extends HttpException UnsupportedMediaTypeHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous

ArrayInput::getFirstArgument()

string getFirstArgument() Returns the first argument from the raw parameters (not parsed). Return Value string The value of the first argument or null otherwise

Session

class Session implements SessionInterface, IteratorAggregate, Countable Session. Methods __construct(SessionStorageInterface $storage = null, AttributeBagInterface $attributes = null, FlashBagInterface $flashes = null) Constructor. bool start() Starts the session storage. bool has(string $name) Checks if an attribute is defined. mixed get(string $name, mixed $default = null) Returns an attribute. set(string $name, mixed $value) Sets an attribute. array all() Retu

AclCacheInterface::clearCache()

clearCache() Removes all ACLs from the cache