Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
[Docs] Removes reStructuredText command "orphan"
Browse files Browse the repository at this point in the history
  • Loading branch information
froschdesign committed Jan 20, 2016
1 parent 19e2258 commit aaffdce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions doc/book/zend.i18n.view.helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -313,8 +303,6 @@ inherited from

<!-- -->

orphan

## TranslatePlural Helper

The `TranslatePlural` view helper can be used to translate words which take into account numeric
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aaffdce

Please sign in to comment.