ArrayNode::getDefaultValue()

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

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

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

Locale deprecated::getIcuDataVersion()

static string getIcuDataVersion() Returns the ICU data version that ships with Symfony. If the environment variable USEINTLICUDATAVERSION is defined, it will try use the ICU data version as defined by the intl extension, if available. Return Value string The ICU data version that ships with Symfony

FormError::getOrigin()

FormInterface getOrigin() Returns the form that caused this error. Return Value FormInterface The form that caused this error

FormConfigBuilderInterface::addEventListener()

FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority) Adds an event listener to an event on this form. Parameters string $eventName The name of the event to listen to callable $listener The listener to execute int $priority The priority of the listener. Listeners with a higher priority are called before listeners with a lower priority. Return Value FormConfigBuilderInterface The configuration object

Route::getCondition()

string getCondition() Returns the condition. Return Value string The condition

PersistentToken::getLastUsed()

DateTime getLastUsed() Returns the time the token was last used. Return Value DateTime