Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @param array  $pathStack      List of directories to search for language
  * files.
  * @param string $fallbackLocale Fallback locale to use for language strings
  * missing from selected file.
  */
 public function __construct($pathStack = array(), $fallbackLocale = null)
 {
     parent::__construct($pathStack, $fallbackLocale);
 }