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
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 setCellRowContentFormat(string $cellRowContentFormat) Sets row cell content format. Parameters string $cellRowContentFormat Return Value TableHelper
static Command create(Command $parent = null) Creates a new Command instance. Parameters Command $parent Parent command Return Value Command New Command instance
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
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 setCrossingChar(string $crossingChar) Sets crossing character. Parameters string $crossingChar Return Value TableHelper
addRenderer(FragmentRendererInterface $renderer) Adds a renderer. Parameters FragmentRendererInterface $renderer A FragmentRendererInterface instance
ValueInterface append(string $expr) Parameters string $expr Return Value ValueInterface
string getStorageKey() Gets the storage key for this bag. Return Value string
Page 390 of 787