UnixPipes::readAndWrite()

string[] readAndWrite(bool $blocking, bool $close = false) Reads data in file handles and pipes. Parameters bool $blocking Whether to use blocking calls or not bool $close Whether to close pipes if they've reached EOF Return Value string[] An array of read data indexed by their fd

Request::getScheme()

string getScheme() Gets the request's scheme. Return Value string

User

class User implements AdvancedUserInterface User is the user implementation used by the in-memory user provider. This should not be used for anything else. Methods __construct($username, $password, array $roles = array(), $enabled = true, $userNonExpired = true, $credentialsNonExpired = true, $userNonLocked = true) __toString() Role[] getRoles() Returns the roles granted to the user. string getPassword() Returns the password used to authenticate the user. string|null

ConfigDataCollector

class ConfigDataCollector extends DataCollector ConfigDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(string $name = null, string $version = null) Constructor. setKernel(KernelInterface $kernel = null) Sets the Kernel associated with this Request. collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. getApplicationName() getApplicat

ContainerAwareEventDispatcher::getListenerPriority()

int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority for a specific event. Returns null if the event or the listener does not exist. Parameters string $eventName The name of the event callable $listener The listener Return Value int|null The event listener priority

SlotsHelper::has()

bool has(string $name) Returns true if the slot exists. Parameters string $name The slot name Return Value bool

LoggerDataCollector::getLogs()

array getLogs() Gets the logs. Return Value array An array of logs

ErrorMappingException

class ErrorMappingException extends RuntimeException

UserSecurityIdentity::fromAccount()

static UserSecurityIdentity fromAccount(UserInterface $user) Creates a user security identity from a UserInterface Parameters UserInterface $user Return Value UserSecurityIdentity

TraceStub

class TraceStub extends Stub Represents a backtrace as returned by debug_backtrace() or Exception->getTrace(). Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type from Stub $class from Stub $value from Stub $cut from Stub $handle from Stub $refCount from Stub $position from Stub $keepArgs $sliceOffset $sliceLength $numberingOffset