Bug #5589
InitalizeActions typo in FLOW3 Manual
| Status: | Resolved | Start date: | 2009-11-30 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | - Documentation - | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 7 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
The FLOW3 manual mentions the "initializedAction()" init method on action controllers, while the API docs contain "initializeAction()" (no 'd' in the latter).
The typo is here:
http://flow3.typo3.org/documentation/manuals/flow3/flow3.mvcframework/#d0e2242 -- search for "initializedAction"
I believe it should be "initializeAction" as per:
http://flow3.typo3.org/fileadmin/API/FLOW3/F3/FLOW3/MVC/Controller/class-ActionController.html
Associated revisions
[~TASK] FLOW3 (Documentation): Fixed names of initialize methods in MVC, fixes #5589.
History
Updated by Karsten Dambekalns over 3 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 7
Updated by Karsten Dambekalns over 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r3530.