Updated the compiler to also target JText::script() & Joomla.JText._() in language constant replacement. Added field counter. Resolved gh-198

This commit is contained in:
2017-12-14 15:30:21 +02:00
parent 20f5a083f0
commit 95716e22cf
11 changed files with 250 additions and 103 deletions

View File

@ -59,6 +59,13 @@ class Structure extends Get
*/
public $lineCount = 0;
/**
* The field counter
*
* @var int
*/
public $fieldCount = 0;
/**
* The seconds counter
*