@@ -7,17 +7,17 @@ |
||
| 7 | 7 | use mediators\AbstractMediator; |
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | - * @property string FILENAME |
|
| 11 | - * @property string $templatePath |
|
| 12 | - * @property string $language |
|
| 13 | - * @property string $recycleBin - buffer to which be removed all langvars from actual content |
|
| 14 | - * @property string $content |
|
| 15 | - * @property Config $config |
|
| 16 | - * @property AbstractMediator $mediator |
|
| 17 | - * @property array $codes |
|
| 18 | - * @property string $eol - end of line char |
|
| 19 | - * @todo add all $codes supported by cs-cart |
|
| 20 | - */ |
|
| 10 | + * @property string FILENAME |
|
| 11 | + * @property string $templatePath |
|
| 12 | + * @property string $language |
|
| 13 | + * @property string $recycleBin - buffer to which be removed all langvars from actual content |
|
| 14 | + * @property string $content |
|
| 15 | + * @property Config $config |
|
| 16 | + * @property AbstractMediator $mediator |
|
| 17 | + * @property array $codes |
|
| 18 | + * @property string $eol - end of line char |
|
| 19 | + * @todo add all $codes supported by cs-cart |
|
| 20 | + */ |
|
| 21 | 21 | final class LanguageGenerator extends \generators\AbstractGenerator |
| 22 | 22 | { |
| 23 | 23 | const FILENAME = 'var/langs/${lang}/addons/${addon}.po'; |