ProcessBuilder::setArguments()

ProcessBuilder setArguments(array $arguments) Sets the arguments of the process. Arguments must not be escaped. Previous arguments are removed. Parameters array $arguments Return Value ProcessBuilder

BadRequestHttpException

class BadRequestHttpException extends HttpException BadRequestHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $code

PropertyPathBuilder::appendProperty()

appendProperty(string $name) Appends a property element to the current path. Parameters string $name The name of the appended property

ArrayNode::getChildren()

array getChildren() Retrieves the children of this node. Return Value array The children

Process::getIncrementalOutput()

string getIncrementalOutput() Returns the output incrementally. In comparison with the getOutput method which always return the whole output, this one returns the new output since the last call. Return Value string The process output since the last call Exceptions LogicException in case the output has been disabled LogicException In case the process is not started

PseudoClassExtension::translateFirstOfType()

XPathExpr translateFirstOfType(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr Exceptions ExpressionErrorException

CombinationExtension::translateChild()

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

StreamedResponse::sendContent()

Response sendContent() Sends content for the current web response. Return Value Response

CacheClassMetadataFactory::hasMetadataFor()

bool hasMetadataFor(mixed $value) Checks if class has metadata. Parameters mixed $value Return Value bool

GuardAuthenticatorInterface::supportsRememberMe()

bool supportsRememberMe() Does this method support remember me cookies? Remember me cookie will be set if all of the following are met: A) This method returns true B) The rememberme key under your firewall is configured C) The "remember me" functionality is activated. This is usually done by having a _rememberme checkbox in your form, but can be configured by the "alwaysrememberme" and "remembermeparameter" parameters under the "remember_me" firewall key Return Value bool