ConnectionException

class ConnectionException extends RuntimeException implements ExceptionInterface ConnectionException is throw if binding to ldap can not be established.

GlobalVariables::getDebug()

bool getDebug() Returns the current app debug mode. Return Value bool The current debug mode

Helper::getCharset()

string getCharset() Gets the default charset. Return Value string The default charset

PreAuthenticationGuardToken::getCredentials()

mixed getCredentials() Returns the user credentials, which might be an array of anything you wanted to put in there (e.g. username, password, favoriteColor). Return Value mixed The user credentials

Helper::formatMemory()

static formatMemory($memory) Parameters $memory

RequestContext::getParameter()

mixed getParameter(string $name) Gets a parameter value. Parameters string $name A parameter name Return Value mixed The parameter value or null if nonexistent

HeaderBag::add()

add(array $headers) Adds new headers the current HTTP headers set. Parameters array $headers An array of HTTP headers

AttributeBag::getIterator()

ArrayIterator getIterator() Returns an iterator for attributes. Return Value ArrayIterator An \ArrayIterator instance

PathPackage

class PathPackage extends Package Package that adds a base path to asset URLs in addition to a version. In addition to the provided base path, this package also automatically prepends the current request base path if a Context is available to allow a website to be hosted easily under any given path under the Web Server root directory. Methods __construct($basePath, VersionStrategyInterface $versionStrategy, ContextInterface $context = null) string getVersion(string $path) Returns t

PropertyAccessor::isReadable()

bool isReadable(object|array $objectOrArray, string|PropertyPathInterface $propertyPath) Returns whether a property path can be read from an object graph. Whenever this method returns true, {@link getValue()} is guaranteed not to throw an exception when called with the same arguments. Parameters object|array $objectOrArray The object or array to check string|PropertyPathInterface $propertyPath The property path to check Return Value bool Whether the property path can be read E