NumberFormatter::formatCurrency()

string formatCurrency(float $value, string $currency) Format a currency value. Parameters float $value The numeric currency value string $currency The 3-letter ISO 4217 currency code indicating the currency to use Return Value string The formatted currency value See also http://www.php.net/manual/en/numberformatter.formatcurrency.php https://en.wikipedia.org/wiki/ISO_4217#Active_codes

Cookie::fromString()

static Cookie fromString(string $cookie, string $url = null) Creates a Cookie instance from a Set-Cookie header value. Parameters string $cookie A Set-Cookie header value string $url The base URL Return Value Cookie A Cookie instance Exceptions InvalidArgumentException

TableHelper deprecated::setCellRowContentFormat()

TableHelper setCellRowContentFormat(string $cellRowContentFormat) Sets row cell content format. Parameters string $cellRowContentFormat Return Value TableHelper

Command deprecated::create()

static Command create(Command $parent = null) Creates a new Command instance. Parameters Command $parent Parent command Return Value Command New Command instance

DateValidator::validate()

validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Parameters mixed $value The value that should be validated Constraint $constraint The constraint for the validation

DebugFormatterHelper::start()

string start(string $id, string $message, string $prefix = 'RUN') Starts a debug formatting session. Parameters string $id The id of the formatting session string $message The message to display string $prefix The prefix to use Return Value string

TableHelper deprecated::setCrossingChar()

TableHelper setCrossingChar(string $crossingChar) Sets crossing character. Parameters string $crossingChar Return Value TableHelper

FragmentHandler::addRenderer()

addRenderer(FragmentRendererInterface $renderer) Adds a renderer. Parameters FragmentRendererInterface $renderer A FragmentRendererInterface instance

ValueInterface::append()

ValueInterface append(string $expr) Parameters string $expr Return Value ValueInterface

AttributeBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string