Component\Validator\Mapping\Cache

Classes ApcCache Interfaces CacheInterface Persists ClassMetadata instances in a cache

RegistryInterface::getEntityManagerForClass()

EntityManager|null getEntityManagerForClass(string $class) Gets the entity manager associated with a given class. Parameters string $class A Doctrine Entity class name Return Value EntityManager|null

Inline::isHash()

static bool isHash(array $value) Check if given array is hash or just normal indexed array. Parameters array $value The PHP array to check Return Value bool true if value is hash array, false otherwise

TimeDataCollector::getStartTime()

int getStartTime() Gets the request time. Return Value int The time

Connection::bind()

bind(string $dn = null, string $password = null) Binds the connection against a DN and password. Parameters string $dn The user's DN string $password The associated password

UnauthorizedHttpException

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

MemoryDataCollector::getMemory()

int getMemory() Gets the memory. Return Value int The memory

DumperPrefixCollection::setPrefix()

setPrefix(string $prefix) Sets the prefix. Parameters string $prefix The prefix

MockArraySessionStorage::clear()

clear() Clear all session data in memory.

NullOutput::writeln()

writeln(string|array $messages, int $options = self::OUTPUT_NORMAL) Writes a message to the output and adds a newline at the end. Parameters string|array $messages The message as an array of lines of a single string int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUTNORMAL | self::VERBOSITYNORMAL