MINOR Removed outdated docs about missing template iterators

This commit is contained in:
Ingo Schommer 2012-04-15 21:16:58 +02:00
parent 7a7bfeb901
commit 1334711ba3

View File

@ -62,24 +62,6 @@ to the wrapped method. The list of these methods is:
- i18nLocale() -> i18n::get_locale()
- CurrentPage() -> Controller::curr()
#### Iterator-specific
Some of the removed methods were utilities that exposed the current state of the current scope's iteration. These
currently have no replacement. The list of these methods is:
- First
- Last
- FirstLast
- Middle
- MiddleString
- Even
- Odd
- EvenOdd
- Pos
- TotalItems
- Modulus
- MultipleOf
#### Scope-exposing
Some of the removed methods exposed access to the various scopes. These currently have no replacement. The list of