PHPCfg\Printer::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->reset();
    }

Usage Example

Beispiel #1
0
 public function __construct(array $options = [])
 {
     parent::__construct();
     $this->options = $options + $this->options;
 }