JsonDescriptor

class JsonDescriptor extends Descriptor Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

Validator deprecated::hasMetadataFor()

bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. Parameters mixed $value Some value Return Value bool Whether metadata can be returned for that value

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

AttributeBag::getIterator()

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

HeaderBag::add()

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

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