ProcessBuilder::inheritEnvironmentVariables()

ProcessBuilder inheritEnvironmentVariables(bool $inheritEnv = true) Sets whether environment variables will be inherited or not. Parameters bool $inheritEnv Return Value ProcessBuilder

MoneyToLocalizedStringTransformer::reverseTransform()

mixed reverseTransform(mixed $value) Transforms a localized money string into a normalized format. Parameters mixed $value The value in the transformed representation Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not a string or if the value can not be transformed.

AuthenticationProviderManager::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

FormatterHelper::formatBlock()

string formatBlock(string|array $messages, string $style, bool $large = false) Formats a message as a block of text. Parameters string|array $messages The message to write in the block string $style The style to apply to the whole block bool $large Whether to return a large block Return Value string The formatter message

Application::getNamespaces()

string[] getNamespaces() Returns an array of all unique namespaces used by currently registered commands. It does not return the global namespace which always exists. Return Value string[] An array of namespaces

CombinationExtension::translateDescendant()

XPathExpr translateDescendant(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

HeaderBag::remove()

remove(string $key) Removes a header. Parameters string $key The HTTP header name

Component\Security\Acl\Model

Interfaces AclCacheInterface AclCache Interface AclInterface This interface represents an access control list (ACL) for a domain object. AclProviderInterface Provides a common interface for retrieving ACLs. AuditLoggerInterface Interface for audit loggers AuditableAclInterface This interface adds auditing capabilities to the ACL. AuditableEntryInterface ACEs can implement this interface if they support auditing capabilities. DomainObjectInterface This method can be im

DumperInterface

interface DumperInterface Lazy proxy dumper capable of generating the instantiation logic PHP code for proxied services. Methods bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. string getProxyFactoryCode(Definition $definition, $id) Generates the code to be used to instantiate a proxy in the dumped factory code. string getProxyCode(Definition $definition) Generates the code fo

Cursor

class Cursor Represents the current state of a dumper while dumping. Constants HASH_INDEXED HASH_ASSOC HASH_OBJECT HASH_RESOURCE Properties $depth $refIndex $softRefTo $softRefCount $softRefHandle $hardRefTo $hardRefCount $hardRefHandle $hashType $hashKey $hashKeyIsBinary $hashIndex $hashLength $hashCut $stop