From aaffdcee4d610e9f76ce05d7dda02ffe08907510 Mon Sep 17 00:00:00 2001 From: froschdesign Date: Wed, 20 Jan 2016 21:35:25 +0100 Subject: [PATCH] [Docs] Removes reStructuredText command "orphan" --- doc/book/zend.i18n.view.helpers.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/book/zend.i18n.view.helpers.md b/doc/book/zend.i18n.view.helpers.md index 36af4ce1..dc93706c 100644 --- a/doc/book/zend.i18n.view.helpers.md +++ b/doc/book/zend.i18n.view.helpers.md @@ -8,8 +8,6 @@ plugin, classes to perform these behaviors for you. See the section on \[view helpers\](zend.view.helpers) for more information. -orphan - ## CurrencyFormat Helper The `CurrencyFormat` view helper can be used to simplify rendering of localized currency values. It @@ -80,8 +78,6 @@ echo $this->currencyFormat(12345678.90, 'EUR', null, 'de_DE'); // This returns: "12345678,90 kg" ``` -orphan - ## DateFormat Helper The `DateFormat` view helper can be used to simplify rendering of localized date/time values. It @@ -138,8 +134,6 @@ echo $this->dateFormat(new DateTime(), IntlDateFormatter::MEDIUM); // "Jul 2, 2 echo $this->dateFormat(new DateTime(), IntlDateFormatter::SHORT); // "7/2/12" ``` -orphan - ## NumberFormat Helper The `NumberFormat` view helper can be used to simplify rendering of locale-specific number and @@ -195,8 +189,6 @@ echo $this->numberFormat(0.56); // "56%" echo $this->numberFormat(0.90); // "90%" ``` -orphan - ## Plural Helper Most languages have specific rules for handling plurals. For instance, in English, we say "0 cars" @@ -267,8 +259,6 @@ Now that we have defined the rule, we can use it in our views: ?> ``` -orphan - ## Translate Helper The `Translate` view helper can be used to translate content. It acts as a wrapper for the @@ -313,8 +303,6 @@ inherited from -orphan - ## TranslatePlural Helper The `TranslatePlural` view helper can be used to translate words which take into account numeric @@ -351,8 +339,6 @@ inherited from -orphan - ## Abstract Translator Helper The `AbstractTranslatorHelper` view helper is used as a base abstract class for any helpers that