added comment to language class properties.

This commit is contained in:
Taylor Otwell 2011-08-29 22:13:32 -05:00
parent 66af3542e9
commit 607281f804
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ class Lang {
/** /**
* The language of the line being retrieved. * The language of the line being retrieved.
* *
* This is set to the default language when a new line is requested.
* However, it may be changed using the "in" method.
*
* @var string * @var string
*/ */
private $line_language; private $line_language;