SimpleFormFactory::getKey()

getKey()

File::getMimeType()

string|null getMimeType() Returns the mime type of the file. The mime type is guessed using a MimeTypeGuesser instance, which uses finfo(), mimecontenttype() and the system binary "file" (in this order), depending on which of those are available. Return Value string|null The guessed mime type (e.g. "application/pdf") See also MimeTypeGuesser

DigestData::calculateServerDigest()

calculateServerDigest($password, $httpMethod) Parameters $password $httpMethod

Bridge\Doctrine\DataFixtures

Classes ContainerAwareLoader Doctrine data fixtures loader that injects the service container into fixture objects that implement ContainerAwareInterface.

LogicException

class LogicException extends LogicException implements ExceptionInterface Base LogicException for Dependency Injection component.

CssSelectorConverter

class CssSelectorConverter CssSelectorConverter is the main entry point of the component and can convert CSS selectors to XPath expressions. Methods __construct(bool $html = true) string toXPath(string $cssExpr, string $prefix = 'descendant-or-self::') Translates a CSS expression to its XPath equivalent. Details __construct(bool $html = true) Parameters bool $html Whether HTML support should be enabled. Disable it for XML documents

Command::getDescription()

string getDescription() Returns the description for the command. Return Value string The description for the command

VarDumper::dump()

static dump($var) Parameters $var

GenericEvent::offsetGet()

mixed offsetGet(string $key) ArrayAccess for argument getter. Parameters string $key Array key Return Value mixed Exceptions InvalidArgumentException If key does not exist in $this->args.

OutputStyle::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages