__construct() public method

Constructor
public __construct ( array $arguments )
$arguments array
Example #1
0
 public function __construct($args)
 {
     parent::__construct($args);
     $this->gtGenObject = new GettextGenerator();
     $this->init();
 }