PhpStringTokenParser::parseDocString()

static string parseDocString(string $startToken, string $str) Parses a constant doc string. Parameters string $startToken Doc string start token content (<<<SMTHG) string $str String token content Return Value string Parsed string

TwigDataCollector::getTemplateCount()

getTemplateCount()

InputInterface::hasParameterOption()

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw parameters (not parsed) contain a value. This method is to be used to introspect the input parameters before they have been validated. It must be used carefully. Parameters string|array $values The values to look for in the raw parameters (can be an array) bool $onlyParams Only check real parameters, skip those following an end of options (--) signal Return Value bool true if the val

SecurityExtension::getName()

getName() {@inheritdoc}

ArrayNode::getDefaultValue()

mixed getDefaultValue() Retrieves the default value. Return Value mixed The default value Exceptions RuntimeException if the node has no default value

InlineServiceDefinitionsPass::setRepeatedPass()

setRepeatedPass(RepeatedPass $repeatedPass) Sets the RepeatedPass interface. Parameters RepeatedPass $repeatedPass

BadMethodCallException

class BadMethodCallException extends BadMethodCallException implements ExceptionInterface Base BadMethodCallException for the Intl component.

IntlDateFormatter::getDateType()

int getDateType() Returns the formatter's datetype. Return Value int The current value of the formatter See also http://www.php.net/manual/en/intldateformatter.getdatetype.php

Ssi::renderIncludeTag()

string renderIncludeTag(string $uri, string $alt = null, bool $ignoreErrors = true, string $comment = '') Renders a Surrogate tag. Parameters string $uri A URI string $alt An alternate URI bool $ignoreErrors Whether to ignore errors or not string $comment A comment to add as an esi:include tag Return Value string

Dumper::setIndentation()

setIndentation(int $num) Sets the indentation. Parameters int $num The amount of spaces to use for indentation of nested nodes