DigestData::validateAndDecode()

validateAndDecode($entryPointKey, $expectedRealm) Parameters $entryPointKey $expectedRealm

FormBuilderInterface::create()

FormBuilderInterface create(string $name, string|null $type = null, array $options = array()) Creates a form builder. Parameters string $name The name of the form or the name of the property string|null $type The type of the form or null if name is a property array $options The options Return Value FormBuilderInterface The created builder

BaseNode::setAttributes()

setAttributes(array $attributes) Parameters array $attributes

ProcessPipes::close()

close() Closes file handles and pipes.

NativeSessionStorage::setName()

setName(string $name) Sets the session name. Parameters string $name

ProgressBar::finish()

finish() Finishes the progress output.

DbalSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Response::getProtocolVersion()

string getProtocolVersion() Gets the HTTP protocol version. Return Value string The HTTP protocol version

DumpDataCollector::getDumpsCount()

getDumpsCount()

MemberMetadata

class MemberMetadata extends GenericMetadata implements PropertyMetadataInterface Stores all metadata needed for validating a class property. The method of accessing the property's value must be specified by subclasses by implementing the {@link newReflectionMember()} method. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects.