SimpleExcel\Writer\XMLWriter::__construct PHP Method

__construct() public method

public __construct ( ) : void
return void
    public function __construct()
    {
        $this->doc_prop = array('Author' => 'SimpleExcel', 'Company' => 'SimpleExcel', 'Created' => gmdate("Y-m-d\\TH:i:s\\Z"), 'Keywords' => 'SimpleExcel', 'LastAuthor' => 'SimpleExcel', 'Version' => '12.00');
    }