PHP Neos\FluidAdaptor\ViewHelpers\Format Пространство имен

Классы

Имя Описание
Base64DecodeViewHelper Applies base64_decode to the input
BytesViewHelper Formats an integer with a byte count into human-readable form.
CaseViewHelper Modifies the case of an input string to upper- or lowercase or capitalization.
CropViewHelper Use this view helper to crop the text between its opening and closing tags.
CurrencyViewHelper Formats a given float to a currency representation.
DateViewHelper Formats a \DateTime object.
HtmlentitiesDecodeViewHelper Applies html_entity_decode() to a value
HtmlentitiesViewHelper Applies htmlentities() escaping to a value
IdentifierViewHelper This ViewHelper renders the identifier of a persisted object (if it has an identity).
JsonViewHelper Wrapper for PHPs json_encode function.
Nl2brViewHelper Wrapper for PHPs nl2br function.
NumberViewHelper Formats a number with custom precision, decimal point and grouped thousands.
PaddingViewHelper Formats a string using PHPs str_pad function.
StripTagsViewHelper Removes tags from the given string (applying PHPs strip_tags() function)
UrlencodeViewHelper Encodes the given string according to http://www.faqs.org/rfcs/rfc3986.html (applying PHPs rawurlencode() function)