Cli::__construct PHP Method

__construct() public method

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

Usage Example

Ejemplo n.º 1
0
 public function __construct($args)
 {
     parent::__construct($args);
     $this->gtGenObject = new GettextGenerator();
     $this->init();
 }