DebugClassLoader

class DebugClassLoader Autoloader checking if the class is really defined in the file found. The ClassLoader will wrap all registered autoloaders and will throw an exception if a file is found but does not declare the class. Methods __construct(callable $classLoader) Constructor. callable getClassLoader() Gets the wrapped class loader. static enable() Wraps all autoloaders. static disable() Disables the wrapping. bool|null loadClass(string $class) Loads the given clas

ConstraintViolationListInterface

interface ConstraintViolationListInterface implements Traversable, Countable, ArrayAccess A list of constraint violations. Methods add(ConstraintViolationInterface $violation) Adds a constraint violation to this list. addAll(ConstraintViolationListInterface $otherList) Merges an existing violation list into this list. ConstraintViolationInterface get(int $offset) Returns the violation at a given offset. bool has(int $offset) Returns whether the given offset exists. se

PhpBundleReader

class PhpBundleReader extends AbstractBundleReader implements BundleReaderInterface Reads .php resource bundles. Methods string[] getLocales(string $path) Reads the available locales of a resource bundle. from AbstractBundleReader mixed read(string $path, string $locale) Reads a resource bundle. Details string[] getLocales(string $path) Reads the available locales of a resource bundle. Parameters string $path The path to the resource bund

InMemoryUserProvider::supportsClass()

bool supportsClass(string $class) Whether this provider supports the given user class. Parameters string $class Return Value bool

ScopeWideningInjectionException

class ScopeWideningInjectionException extends RuntimeException Thrown when a scope widening injection is detected. Methods __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null) getSourceServiceId() getSourceScope() getDestServiceId() getDestScope() Details __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null) Parameters $source

EntryInterface

interface EntryInterface implements Serializable This class represents an individual entry in the ACL list. Instances MUST be immutable, as they are returned by the ACL and should not allow client modification. Methods AclInterface getAcl() The ACL this ACE is associated with. int getId() The primary key of this ACE int getMask() The permission mask of this ACE SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE string getStr

AuthenticationTrustResolver::isRememberMe()

bool isRememberMe(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated using remember-me capabilities. Parameters TokenInterface $token Return Value bool

InputAwareHelper

class InputAwareHelper extends Helper implements InputAwareInterface An implementation of InputAwareInterface for Helpers. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a string, using mb_strlen if it is available. from Helper static formatTime($secs) from Helper static

EnumNode

class EnumNode extends ScalarNode Node which only allows a finite set of values. Methods __construct(string $name, NodeInterface $parent = null, array $values = array()) Constructor. setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(string $info) Sets an info me

AbstractProxy::getId()

string getId() Gets the session ID. Return Value string