Process::getEnhanceWindowsCompatibility()

bool getEnhanceWindowsCompatibility() Gets whether or not Windows compatibility is enabled. This is true by default. Return Value bool

TemplateCacheCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

MutableAclInterface::setEntriesInheriting()

setEntriesInheriting(bool $boolean) Sets whether entries are inherited Parameters bool $boolean

CombinationExtension::translateChild()

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

PseudoClassExtension::translateFirstOfType()

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

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

ArrayNode::getChildren()

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

PropertyPathBuilder::appendProperty()

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

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

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