Process

class Process implements IteratorAggregate Process is a thin wrapper around proc_* functions to easily start independent PHP processes. Constants ERR OUT STATUS_READY STATUS_STARTED STATUS_TERMINATED STDIN STDOUT STDERR TIMEOUT_PRECISION ITER_NON_BLOCKING ITER_KEEP_OUTPUT ITER_SKIP_OUT ITER_SKIP_ERR Properties static array $exitCodes Exit codes translation table. Methods __construct(string $commandline, string|null $cwd = null, a

Bundle\SecurityBundle\DependencyInjection\Security

Namespaces Symfony\Bundle\SecurityBundle\DependencyInjection\Security\FactorySymfony\Bundle\SecurityBundle\DependencyInjection\Security\UserProvider

ResponseCacheStrategy::add()

add(Response $response) Adds a Response. Parameters Response $response

AbstractAdapter::handleUnserializeCallback()

static handleUnserializeCallback($class) Parameters $class

TokenInterface::setAuthenticated()

setAuthenticated(bool $isAuthenticated) Sets the authenticated flag. Parameters bool $isAuthenticated The authenticated flag

Question::getQuestion()

string getQuestion() Returns the question. Return Value string

ValidatorBuilder::disableAnnotationMapping()

ValidatorBuilderInterface disableAnnotationMapping() Disables annotation based constraint mapping. Return Value ValidatorBuilderInterface The builder object

Range

class Range extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_CHARACTERS_ERROR TOO_HIGH_ERROR TOO_LOW_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Co

ExceptionInterface

interface ExceptionInterface ExceptionInterface.

ExecutionContext::markGroupAsValidated()

markGroupAsValidated(string $cacheKey, string $groupHash) Marks an object as validated in a specific validation group. Parameters string $cacheKey The hash of the object string $groupHash The group's name or hash, if it is group sequence