Cli::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( array $arguments )
$arguments array
    public function __construct($arguments)
    {
        $this->setArguments($arguments);
    }

Usage Example

 public function __construct($args)
 {
     parent::__construct($args);
     $this->gtGenObject = new GettextGenerator();
     $this->init();
 }