Skip to content

Commit

Permalink
[TASK] Improve Context/GetViewHelper documentation text
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBeck committed Dec 12, 2014
1 parent adfc085 commit ba231c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Classes/ViewHelpers/Context/GetViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
/**
* ### Context: Get
*
* Returns the full application context which may include possible sub-contexts.
* If no application context has been set, then the default context is production.
* TYPO3 provides three built-in contexts: 'Production', 'Development' and 'Testing'.
* Each context can be extended with sub-contexts like: 'Production/Staging' or ' Production/Staging/Server1'.
* Returns the current application context which may include possible sub-contexts.
* The application context can be 'Production', 'Development' or 'Testing'.
* Additionally each context can be extended with custom sub-contexts like: 'Production/Staging' or ' Production/Staging/Server1'.
* If no application context has been set by the configuration, then the default context is 'Production'.
*
* #### Note about how to set the application context
*
Expand Down

0 comments on commit ba231c3

Please sign in to comment.